MaterialRef
type MaterialRef = {
value: AssetRef<Material>;
faceCulling: Int32;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:528
Reference to a material.
Type declaration
Name | Type | Description |
---|---|---|
value | AssetRef <Material > | UUID of the referenced material. |
faceCulling | Int32 | Face culling mode. 0 to inherit from material, 1 for single sided, 2 for double sided. |