We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a770a58 commit 2c0c7a2Copy full SHA for 2c0c7a2
src/core/Stage.tsx
@@ -57,7 +57,7 @@ type StageProps = {
57
/** Optionally wraps and thereby centers the models using <Bounds>, can also be a margin, default: true */
58
adjustCamera?: boolean | number
59
/** The default environment, default: "city" */
60
- environment?: PresetsType | Partial<EnvironmentProps>
+ environment?: PresetsType | Partial<EnvironmentProps> | null
61
/** The lighting intensity, default: 0.5 */
62
intensity?: number
63
/** To adjust centering, default: undefined */
0 commit comments