|
@@ -22,7 +22,7 @@ export const PolymerTraceMeshParams = {
|
|
|
sizeFactor: PD.Numeric(0.2, { min: 0, max: 10, step: 0.01 }),
|
|
|
linearSegments: PD.Numeric(8, { min: 1, max: 48, step: 1 }),
|
|
|
radialSegments: PD.Numeric(16, { min: 3, max: 56, step: 1 }),
|
|
|
- aspectRatio: PD.Numeric(5, { min: 0.1, max: 5, step: 0.1 }),
|
|
|
+ aspectRatio: PD.Numeric(5, { min: 0.1, max: 10, step: 0.1 }),
|
|
|
arrowFactor: PD.Numeric(1.5, { min: 0.1, max: 5, step: 0.1 }),
|
|
|
}
|
|
|
export const DefaultPolymerTraceMeshProps = PD.getDefaultValues(PolymerTraceMeshParams)
|