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 40afda8 commit bad0337Copy full SHA for bad0337
apps/kitchen-sink/src/app/soba/starbucks/experience.ts
@@ -9,7 +9,8 @@ import {
9
} from '@angular/core';
10
import { NgtArgs, NgtEuler, NgtVector3 } from 'angular-three';
11
import { NgtsOrthographicCamera } from 'angular-three-soba/cameras';
12
-import { NgtsOrbitControls, NgtsPivotControls, OnDragParameters } from 'angular-three-soba/controls';
+import { NgtsOrbitControls } from 'angular-three-soba/controls';
13
+import { NgtsPivotControls, OnDragParameters } from 'angular-three-soba/gizmos';
14
import { injectGLTF, injectTexture } from 'angular-three-soba/loaders';
15
import { NgtsDecal } from 'angular-three-soba/misc';
16
import { NgtsAccumulativeShadows, NgtsRandomizedLights } from 'angular-three-soba/staging';
0 commit comments