You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: apps/example/src/app/scene.component.ts:36:64 - error TS2740: Type 'number[]' is missing the following properties from type 'Vector3': x, y, z, isVector3, and 74 more.
Cloned repository
pnpm i
npm run start
Error: apps/example/src/app/scene.component.ts:36:64 - error TS2740: Type 'number[]' is missing the following properties from type 'Vector3': x, y, z, isVector3, and 74 more.
36 <ngt-canvas [sceneGraph]="scene" [camera]="{ position: [0, 0, 15], near: 5, far: 20 }" />
~~~~~~
Can you confirm? If not, any suggestions?
The text was updated successfully, but these errors were encountered: