Site
- starting pong game 3d
This commit is contained in:
21
site/node_modules/three/src/geometries/Geometries.js
generated
vendored
Normal file
21
site/node_modules/three/src/geometries/Geometries.js
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
export * from './BoxGeometry.js';
|
||||
export * from './CapsuleGeometry.js';
|
||||
export * from './CircleGeometry.js';
|
||||
export * from './ConeGeometry.js';
|
||||
export * from './CylinderGeometry.js';
|
||||
export * from './DodecahedronGeometry.js';
|
||||
export * from './EdgesGeometry.js';
|
||||
export * from './ExtrudeGeometry.js';
|
||||
export * from './IcosahedronGeometry.js';
|
||||
export * from './LatheGeometry.js';
|
||||
export * from './OctahedronGeometry.js';
|
||||
export * from './PlaneGeometry.js';
|
||||
export * from './PolyhedronGeometry.js';
|
||||
export * from './RingGeometry.js';
|
||||
export * from './ShapeGeometry.js';
|
||||
export * from './SphereGeometry.js';
|
||||
export * from './TetrahedronGeometry.js';
|
||||
export * from './TorusGeometry.js';
|
||||
export * from './TorusKnotGeometry.js';
|
||||
export * from './TubeGeometry.js';
|
||||
export * from './WireframeGeometry.js';
|
Reference in New Issue
Block a user