Browse Source

Remove the material from the Object3D typings.

Jeffrey Lanters 6 năm trước cách đây
mục cha
commit
53025930cb
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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.