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