KnightCoder
KnightCoder
Is that same for GLB as well? AFAIK, it is a single file however it is a binary format.
I understand. I will also look for one and share it with you. But, the importance of a light weight file format is significant for supporting WebGL on browsers and...
@jagenjo I found this [GLTFLoader](https://threejs.org/docs/#examples/en/loaders/GLTFLoader) in ThreeJS. I am not sure how much helpful this will be but still sharing.
@jagenjo here are a few glTF/glb parsers that you may refer: https://github.com/KhronosGroup/glTF-Sample-Viewer https://github.com/cx20/gltf-test https://github.com/google/filament
I noticed a `transform.orientTo` method. I even tried this it turned the model but it didn't animate the turning. Is this method correct? If yes, how can I make it...
I noticed a `transform.orbit( angle_in_deg, axis, center )` method. I even tried this but it didn't work. Will this help? If yes, how is this supposed to be used? Can...
@jagenjo I think this would only set the value of the variable `take`. But how do I trigger the animation and its take? I noticed that `LS.PlayAnimation.play` method plays animation...
@kalwalt I see that you've mentioned that "The only way that i was able to upload a file was dragging it inside the window, after this my file was within...
I also tried with .obj, .gltf and .fbx file as well. But none got imported. ONLY .obj file got inserted into the scene however, it didn't get imported into the...
``` $ which dig which: no dig in (/usr/local/bin:/usr/bin:/cygdrive/...) $ which host which: no host in (/usr/local/bin:/usr/bin:/cygdrive/...) $ which drill which: no drill in (/usr/local/bin:/usr/bin:/cygdrive/...) $ which nslookup /cygdrive/c/WINDOWS/system32/nslookup ```...