|
@@ -22,6 +22,8 @@ export class Points extends Object3D {
|
|
|
);
|
|
|
|
|
|
type: 'Points';
|
|
|
+ morphTargetInfluences?: number[];
|
|
|
+ morphTargetDictionary?: { [key: string]: number };
|
|
|
isPoints: true;
|
|
|
|
|
|
/**
|
|
@@ -35,5 +37,6 @@ export class Points extends Object3D {
|
|
|
material: Material | Material[];
|
|
|
|
|
|
raycast( raycaster: Raycaster, intersects: Intersection[] ): void;
|
|
|
+ updateMorphTargets(): void;
|
|
|
|
|
|
}
|