We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7beca18 commit dcb426fCopy full SHA for dcb426f
packages/docs/templates/HomePageExample.jsx
@@ -20,7 +20,7 @@ const Example = () => {
20
<Grid />
21
<ShadowCatcher width={5} depth={5} />
22
<Entity name='camera' position={[4, 1, 4]}>
23
- <Camera clearColor='#090707' fov={28} renderSceneColorMap={true}/>
+ <Camera clearColor='#090707' fov={28} />
24
<OrbitControls inertiaFactor={0.07} distanceMin={6} distanceMax={10} pitchAngleMin={1} pitchAngleMax={90}/>
25
<StaticPostEffects />
26
<AutoRotate />
0 commit comments