提交 5168064b 编写于 作者: M Mugen87

TS: Added missing property .autoUpdate to LOD.

上级 7827bdd5
......@@ -10,6 +10,7 @@ export class LOD extends Object3D {
type: 'LOD';
levels: { distance: number; object: Object3D }[];
autoUpdate: boolean;
addLevel( object: Object3D, distance?: number ): this;
getObjectForDistance( distance: number ): Object3D | null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册