Error in live examples for `@pixiv/three-vrm-node-constraint`: `THREE.ConeBufferGeometry is not a constructor`
mattrossman opened this issue · 0 comments
mattrossman commented
Several of the live examples for @pixiv/three-vrm-node-constraint
fail to run.
- https://pixiv.github.io/three-vrm/packages/three-vrm-node-constraint/examples/roll.html
- https://pixiv.github.io/three-vrm/packages/three-vrm-node-constraint/examples/aim.html
- https://pixiv.github.io/three-vrm/packages/three-vrm-node-constraint/examples/upper-arm.html
- https://pixiv.github.io/three-vrm/packages/three-vrm-node-constraint/examples/rotation.html
Uncaught TypeError: THREE.ConeBufferGeometry is not a constructor
I see these examples have been recently upgraded to Three.js r154. As of r154, the deprecated BufferGeometry shape classes have been removed: https://github.com/mrdoob/three.js/pull/26175/files
These examples must now use ConeGeometry
instead of ConeBufferGeometry
.