We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dc463 commit e39cdb2Copy full SHA for e39cdb2
libs/soba/performances/src/instances/instances.ts
@@ -29,10 +29,10 @@ import {
29
} from 'angular-three';
30
import { NgtsSobaContent } from 'angular-three-soba/utils';
31
import * as THREE from 'three';
32
-import { InstancedMesh } from 'three';
+import { InstancedBufferAttribute, InstancedMesh } from 'three';
33
import { PositionMesh } from './position-mesh';
34
35
-extend({ PositionMesh, InstancedMesh });
+extend({ PositionMesh, InstancedMesh, InstancedBufferAttribute });
36
37
export type NgtsInstancesState = {
38
range?: number;
0 commit comments