- Изменено
Spine-threejs is not working with ThreeJS 0.133.1
Getting issue with Latest threeJS version 0.133.1
"Class constructor Object3D cannot be invoked without 'new' at new SkeletonMesh."
Using spine 3.8 version.
Anyone could please help me with the same?
Spine 3.8 doesn't support the latest ThreeJS version. Please use the 4.0 runtimes.
It's works fine..!! One more question how to dispose TextureAtlas of animation? any example of disposing spine correctly in threejs?
You can simply call TextureAtlas.dispose()
which will dispose the ThreeJS textures.