|
@@ -84,7 +84,7 @@ export const Canvas3DParams = {
|
|
|
cameraResetDurationMs: PD.Numeric(250, { min: 0, max: 1000, step: 1 }, { description: 'The time it takes to reset the camera.' }),
|
|
|
sceneRadiusFactor: PD.Numeric(1, { min: 1, max: 10, step: 0.1 }),
|
|
|
transparentBackground: PD.Boolean(false),
|
|
|
- dpoitIterations: PD.Numeric(2, { min: 1, max: 1000, step: 1 }),
|
|
|
+ dpoitIterations: PD.Numeric(2, { min: 1, max: 10, step: 1 }),
|
|
|
|
|
|
multiSample: PD.Group(MultiSampleParams),
|
|
|
postprocessing: PD.Group(PostprocessingParams),
|