Skip to content

Commit 004c08e

Browse files
committed
Merge branch 'chore-remove-env-atlas' of https://github.com/playcanvas/react into chore-remove-env-atlas
2 parents 960f98d + dcb426f commit 004c08e

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)