pixiv/three-vrm

Error in live examples for `@pixiv/three-vrm-node-constraint`: `THREE.ConeBufferGeometry is not a constructor`

mattrossman opened this issue · 0 comments

Several of the live examples for @pixiv/three-vrm-node-constraint fail to run.

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.