three.js tag

2 questions


1 answers
47 views
0
Cannot load blender file in three.js sample

in three.jshttps://github.com/mrdoob/three.js/tree/dev/examples/models/skinned/marineI want to open Marine_anims_core.blend on this page with blender, but I can't open it because I was told that it is...

1 years ago

1 answers
38 views
0
Information About Loading TGA in Three.js

Include the TGALoader for TGA loading in Three.js.// Excerpts only from affected partsvar loader;vartgaLoader = new THREE.TGALoader (this.manager);loader = tgaLoader;varmaterialLoader = new THREE.Mate...

1 years ago

© 2024 OneMinuteCode. All rights reserved.