1455667325
Results
2
issues of
1455667325
loader.load('./collada/elf.dae', function (collada) { let col = collada.scene; console.log(col) Graph.scene().add(col); }) Failed by three.js:19132 Uncaught TypeError: material.customProgramCacheKey is not a function the model is OK, and how can I do...
Hello: when I use img as a node ,I need use the sprite and I can set it's scale (sprite.scale.set(12, 12);) ,but get a rect, How can I set the...