mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-02-01 16:08:17 +00:00
修复花托几何体两个半径段数bug。
This commit is contained in:
parent
7d947fcc2b
commit
7bd8c3d007
@ -85,18 +85,6 @@ TorusGeometryPanel.prototype.render = function () {
|
||||
range: [1, Infinity],
|
||||
onChange: update
|
||||
}]
|
||||
}, { // radialSegments
|
||||
xtype: 'row',
|
||||
children: [{
|
||||
xtype: 'label',
|
||||
text: '半径段数'
|
||||
}, {
|
||||
xtype: 'int',
|
||||
id: 'torusGeometryRadialSegments',
|
||||
value: parameters.tubularSegments,
|
||||
range: [1, Infinity],
|
||||
onChange: update
|
||||
}]
|
||||
}, { // arc
|
||||
xtype: 'row',
|
||||
children: [{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user