Przeglądaj źródła

updated points ts file

Lewy Blue 6 lat temu
rodzic
commit
77613b6dc4
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/objects/Points.d.ts

+ 3 - 0
src/objects/Points.d.ts

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

粤ICP备19079148号