瀏覽代碼

Remove the material from the Object3D typings.

Jeffrey Lanters 6 年之前
父節點
當前提交
53025930cb
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/core/Object3D.d.ts

+ 0 - 5
src/core/Object3D.d.ts

@@ -39,11 +39,6 @@ export class Object3D extends EventDispatcher {
   name: string;
 
   type: string;
-  
-  /**
-   * The material of the object.
-   */
-  material: Material;
 
   /**
    * Object's parent in the scene graph.