|
@@ -37,7 +37,9 @@ export class BufferGeometry extends EventDispatcher {
|
|
attributes: {
|
|
attributes: {
|
|
[name: string]: BufferAttribute | InterleavedBufferAttribute;
|
|
[name: string]: BufferAttribute | InterleavedBufferAttribute;
|
|
};
|
|
};
|
|
- morphAttributes: any;
|
|
|
|
|
|
+ morphAttributes: {
|
|
|
|
+ [name: string]: ( BufferAttribute | InterleavedBufferAttribute )[];
|
|
|
|
+ };
|
|
groups: { start: number; count: number; materialIndex?: number }[];
|
|
groups: { start: number; count: number; materialIndex?: number }[];
|
|
boundingBox: Box3;
|
|
boundingBox: Box3;
|
|
boundingSphere: Sphere;
|
|
boundingSphere: Sphere;
|