Skip to content

Commit dcb426f

Browse files
marklundinCopilot
andauthored
Update packages/docs/templates/HomePageExample.jsx
Co-authored-by: Copilot <[email protected]>
1 parent 7beca18 commit dcb426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/templates/HomePageExample.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Example = () => {
2020
<Grid />
2121
<ShadowCatcher width={5} depth={5} />
2222
<Entity name='camera' position={[4, 1, 4]}>
23-
<Camera clearColor='#090707' fov={28} renderSceneColorMap={true}/>
23+
<Camera clearColor='#090707' fov={28} />
2424
<OrbitControls inertiaFactor={0.07} distanceMin={6} distanceMax={10} pitchAngleMin={1} pitchAngleMax={90}/>
2525
<StaticPostEffects />
2626
<AutoRotate />

0 commit comments

Comments
 (0)