Explorar el Código

Remove the material from the Object3D typings.

Jeffrey Lanters hace 6 años
padre
commit
53025930cb
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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.