mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
export missing PlaneGeometry
This commit is contained in:
parent
a6a11bfbbd
commit
bd733970af
@ -6,6 +6,7 @@ export { default as DodecahedronGeometry } from './DodecahedronGeometry.js';
|
||||
export { default as IcosahedronGeometry } from './IcosahedronGeometry.js';
|
||||
export { default as LatheGeometry } from './LatheGeometry.js';
|
||||
export { default as OctahedronGeometry } from './OctahedronGeometry.js';
|
||||
export { default as PlaneGeometry } from './PlaneGeometry.js';
|
||||
export { default as PolyhedronGeometry } from './PolyhedronGeometry.js';
|
||||
export { default as RingGeometry } from './RingGeometry.js';
|
||||
export { default as SphereGeometry } from './SphereGeometry.js';
|
||||
|
@ -42,7 +42,7 @@ export const TroisJSVuePlugin = {
|
||||
'Icosahedron', 'IcosahedronGeometry',
|
||||
'Lathe', 'LatheGeometry',
|
||||
'Octahedron', 'OctahedronGeometry',
|
||||
'Plane',
|
||||
'Plane', 'PlaneGeometry',
|
||||
'Polyhedron', 'PolyhedronGeometry',
|
||||
'Ring', 'RingGeometry',
|
||||
'Sphere', 'SphereGeometry',
|
||||
|
Loading…
Reference in New Issue
Block a user