Skip to content

Commit e748675

Browse files
committed
docs: auto rotate controls
1 parent 607633d commit e748675

File tree

1 file changed

+1
-1
lines changed
  • apps/examples/src/app/misc/particle-maxime

1 file changed

+1
-1
lines changed

apps/examples/src/app/misc/particle-maxime/scene.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class FBOParticles {
156156
<ngtp-bloom [options]="{ luminanceThreshold: 0, intensity: 4 }" />
157157
</ngtp-effect-composer>
158158
159-
<ngts-orbit-controls [options]="{ enablePan: false }" />
159+
<ngts-orbit-controls [options]="{ enablePan: false, autoRotate: true }" />
160160
161161
<ngt-tweak-pane title="Particles" [top]="48" [expanded]="true">
162162
<ngt-tweak-number [(value)]="frequency" label="frequency" [params]="{ min: 0.25, max: 1, step: 0.01 }" />

0 commit comments

Comments
 (0)