未验证 提交 02140d6e 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #18227 from Mugen87/dev29

Editor: Fix Geometry sidebar.
......@@ -31,23 +31,23 @@ import { SidebarGeometryTorusKnotGeometry } from './Sidebar.Geometry.TorusKnotGe
import { SidebarGeometryTubeGeometry } from './Sidebar.Geometry.TubeGeometry.js';
var geometryUIClasses = {
'BoxGeometry': SidebarGeometryBoxGeometry,
'CircleGeometry': SidebarGeometryCircleGeometry,
'CylinderGeometry': SidebarGeometryCylinderGeometry,
'DodecahedronGeometry': SidebarGeometryDodecahedronGeometry,
'ExtrudeGeometry': SidebarGeometryExtrudeGeometry,
'IcosahedronGeometry': SidebarGeometryIcosahedronGeometry,
'LatheGeometry': SidebarGeometryLatheGeometry,
'OctahedronGeometry': SidebarGeometryOctahedronGeometry,
'PlaneGeometry': SidebarGeometryPlaneGeometry,
'RingGeometry': SidebarGeometryRingGeometry,
'ShapeGeometry': SidebarGeometryShapeGeometry,
'SphereGeometry': SidebarGeometrySphereGeometry,
'BoxBufferGeometry': SidebarGeometryBoxGeometry,
'CircleBufferGeometry': SidebarGeometryCircleGeometry,
'CylinderBufferGeometry': SidebarGeometryCylinderGeometry,
'DodecahedronBufferGeometry': SidebarGeometryDodecahedronGeometry,
'ExtrudeBufferGeometry': SidebarGeometryExtrudeGeometry,
'IcosahedronBufferGeometry': SidebarGeometryIcosahedronGeometry,
'LatheBufferGeometry': SidebarGeometryLatheGeometry,
'OctahedronBufferGeometry': SidebarGeometryOctahedronGeometry,
'PlaneBufferGeometry': SidebarGeometryPlaneGeometry,
'RingBufferGeometry': SidebarGeometryRingGeometry,
'ShapeBufferGeometry': SidebarGeometryShapeGeometry,
'SphereBufferGeometry': SidebarGeometrySphereGeometry,
'TeapotBufferGeometry': SidebarGeometryTeapotBufferGeometry,
'TetrahedronGeometry': SidebarGeometryTetrahedronGeometry,
'TorusGeometry': SidebarGeometryTorusGeometry,
'TorusKnotGeometry': SidebarGeometryTorusKnotGeometry,
'TubeGeometry': SidebarGeometryTubeGeometry
'TetrahedronBufferGeometry': SidebarGeometryTetrahedronGeometry,
'TorusBufferGeometry': SidebarGeometryTorusGeometry,
'TorusKnotBufferGeometry': SidebarGeometryTorusKnotGeometry,
'TubeBufferGeometry': SidebarGeometryTubeGeometry
};
var SidebarGeometry = function ( editor ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册