提交 77613b6d 编写于 作者: L Lewy Blue

updated points ts file

上级 92e926da
......@@ -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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册