mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
101.89k stars 35.32k forks source link

Why ColladaLoader.js isn't in the r71 release ? #7059

Closed boulabiar closed 9 years ago

boulabiar commented 9 years ago

I have downloaded the r71 release and haven't found the ColladaLoader inside. Does this mean it is no more part of the supported importers ?

WestLangley commented 9 years ago

Source https://github.com/mrdoob/three.js/tree/master/examples/js/loaders

Example https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_collada.html

boulabiar commented 9 years ago

Hello? Have you read my question? I was asking why it's not in the r71 release when you download the .zip from the website. I already know and have used the importer.

So, download the .zip from here and show me where is the Colladaloader inside it http://github.com/mrdoob/three.js/zipball/master

WestLangley commented 9 years ago

/examples/js/loaders/ColladaLoader.js

boulabiar commented 9 years ago

Oh, my bad ! I was searching here /src/loaders/

I am sorry (-.-)"