Location of three.js ColladaLoader source file
Asked Answered
S

1

8

I have been researching Javascript 3d programming. As such, I have learned about the THREE.js framework, and have had some success with it. Afterwards, I exported a Google Sketchup file I created (.skp) to Collada (.dae) and found some tutorials online that discussed ColladaLoader.js.

The examples stated things like the following:

<script src="three.js"></script>
<script src="ColladaLoader.js"></script>

Does this mean there is a ColladaLoader.js file out there for download? Just like there is a three.js file and a jquery.js file?

I have performed every google search possible and have not found an answer to this question, or the applicable source code file. I would really appreciate an answer. Thanks

Silvey answered 31/7, 2012 at 22:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.