We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607633d commit e748675Copy full SHA for e748675
apps/examples/src/app/misc/particle-maxime/scene.ts
@@ -156,7 +156,7 @@ export class FBOParticles {
156
<ngtp-bloom [options]="{ luminanceThreshold: 0, intensity: 4 }" />
157
</ngtp-effect-composer>
158
159
- <ngts-orbit-controls [options]="{ enablePan: false }" />
+ <ngts-orbit-controls [options]="{ enablePan: false, autoRotate: true }" />
160
161
<ngt-tweak-pane title="Particles" [top]="48" [expanded]="true">
162
<ngt-tweak-number [(value)]="frequency" label="frequency" [params]="{ min: 0.25, max: 1, step: 0.01 }" />
0 commit comments