I am developing Javascript 3d programming. Thus, I learned about the structure of THREE.js and achieved some success. Subsequently, I exported the Google Sketchup file (.skp) I created to Collada (.dae) and found some online tutorials that discussed ColladaLoader.js.
The examples indicate the following:
<script src="three.js"></script>
<script src="ColladaLoader.js"></script>
Does this mean that there is a ColladaLoader.js file to download? Like the three.js file and the jquery.js file?
I performed each search on request and could not find the answer to this question or the applicable source code file. I would really appreciate a response. Thanks
source
share