修复花托几何体两个半径段数bug。

This commit is contained in:
liteng 2018-08-09 20:16:51 +08:00
parent 7d947fcc2b
commit 7bd8c3d007

View File

@ -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: [{