未验证 提交 9bd92d7b 编写于 作者: D donutcoffee 提交者: GitHub

Update LOD.d.ts

上级 0eb89ec6
......@@ -12,8 +12,10 @@ export class LOD extends Object3D {
levels: { distance: number; object: Object3D }[];
autoUpdate: boolean;
readonly isLOD: true;
readonly _currentLevel: 0;
addLevel( object: Object3D, distance?: number ): this;
getCurrentLevel(): number;
getObjectForDistance( distance: number ): Object3D | null;
raycast( raycaster: Raycaster, intersects: Intersection[] ): void;
update( camera: Camera ): void;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册