1
0
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:
Kevin Levron 2021-04-05 23:25:01 +02:00
parent a6a11bfbbd
commit bd733970af
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ export { default as DodecahedronGeometry } from './DodecahedronGeometry.js';
export { default as IcosahedronGeometry } from './IcosahedronGeometry.js'; export { default as IcosahedronGeometry } from './IcosahedronGeometry.js';
export { default as LatheGeometry } from './LatheGeometry.js'; export { default as LatheGeometry } from './LatheGeometry.js';
export { default as OctahedronGeometry } from './OctahedronGeometry.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 PolyhedronGeometry } from './PolyhedronGeometry.js';
export { default as RingGeometry } from './RingGeometry.js'; export { default as RingGeometry } from './RingGeometry.js';
export { default as SphereGeometry } from './SphereGeometry.js'; export { default as SphereGeometry } from './SphereGeometry.js';

View File

@ -42,7 +42,7 @@ export const TroisJSVuePlugin = {
'Icosahedron', 'IcosahedronGeometry', 'Icosahedron', 'IcosahedronGeometry',
'Lathe', 'LatheGeometry', 'Lathe', 'LatheGeometry',
'Octahedron', 'OctahedronGeometry', 'Octahedron', 'OctahedronGeometry',
'Plane', 'Plane', 'PlaneGeometry',
'Polyhedron', 'PolyhedronGeometry', 'Polyhedron', 'PolyhedronGeometry',
'Ring', 'RingGeometry', 'Ring', 'RingGeometry',
'Sphere', 'SphereGeometry', 'Sphere', 'SphereGeometry',