Skip to content

Commit e39cdb2

Browse files
committed
fix(soba): extend InstancedBufferAttribute
1 parent 88dc463 commit e39cdb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libs/soba/performances/src/instances/instances.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ import {
2929
} from 'angular-three';
3030
import { NgtsSobaContent } from 'angular-three-soba/utils';
3131
import * as THREE from 'three';
32-
import { InstancedMesh } from 'three';
32+
import { InstancedBufferAttribute, InstancedMesh } from 'three';
3333
import { PositionMesh } from './position-mesh';
3434

35-
extend({ PositionMesh, InstancedMesh });
35+
extend({ PositionMesh, InstancedMesh, InstancedBufferAttribute });
3636

3737
export type NgtsInstancesState = {
3838
range?: number;

0 commit comments

Comments
 (0)