Add CatmullRomCurve3 and TubeGeometry imports

This commit is contained in:
2026-05-13 14:34:33 +02:00
parent c54e29b3ee
commit 2393fb2d53

View File

@@ -4,6 +4,7 @@ import {
BufferGeometry,
BoxGeometry,
CapsuleGeometry,
CatmullRomCurve3,
Color,
ConeGeometry,
CylinderGeometry,
@@ -38,6 +39,7 @@ import {
SpotLight,
TextureLoader,
Texture,
TubeGeometry,
Vector2,
Vector3,
WebGLRenderTarget,