Asset_material
Ploy3D • Docs
Ploy3D / Asset_material
Interface: Asset_material
材质资源描述符。
Extends
Properties
classid
classid:
number
资源类型ID。
Inherited from
flags
flags:
number
渲染设置标记集(RENDER_FLAGS)。
label
label:
string
用户可理解的外部标签。
Inherited from
name
name:
string
内部名称(同级唯一,优先使用名称在同级中查找)。
Inherited from
properties
properties:
object
材质属性集。
textures
textures:
Record
<string
,TextureNode
>
贴图属性设置列表。
vectors
vectors:
Record
<string
,number
[]>
向量属性设置列表(标量被视为一维向量)。
shader
shader:
string
着色器URI。
uuid
uuid:
string
全局唯一ID。