We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CapsuleGeometry
1 parent fffeb0c commit 633d804Copy full SHA for 633d804
editor/js/Sidebar.Geometry.CapsuleGeometry.js
@@ -26,7 +26,7 @@ function GeometryParametersPanel( editor, object ) {
26
// length
27
28
const lengthRow = new UIRow();
29
- const length = new UINumber( parameters.height ).onChange( update );
+ const length = new UINumber( parameters.length ).onChange( update );
30
31
lengthRow.add( new UIText( strings.getKey( 'sidebar/geometry/capsule_geometry/length' ) ).setWidth( '90px' ) );
32
lengthRow.add( length );
0 commit comments