Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collada loading with colladaLoader2.js #4

Closed
olivierhuntemann opened this issue Sep 2, 2012 · 2 comments
Closed

Collada loading with colladaLoader2.js #4

olivierhuntemann opened this issue Sep 2, 2012 · 2 comments
Labels

Comments

@olivierhuntemann
Copy link

Hi,

I try to implement your loader, but i don't understand :

This is my code with colladaLoader.js :

objloader = new THREE.ColladaLoader();
objloader.load(dae, function colladaReady(collada) {
    element = collada.scene;
    THREE.SceneUtils.traverseHierarchy(element, function(node) {
        node.material = material;
    });
});

What is the code with ColladaLoader2.js to make same thing ?

Thanks in advance

@wereHamster
Copy link
Member

Compile ColladaLoader2.coffee into javascript, include it in your webpage and then use:

objloader = new ColladaLoader2();

@crobi
Copy link
Contributor

crobi commented Jan 30, 2013

As there has been no response for several month, I assume this issue is resolved.

@crobi crobi closed this as completed Jan 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants