KMaterialDetail
kds-plugin-document / Exports / KMaterialDetail
Interface: KMaterialDetail
材质详细信息类型定义 包含材质的完整属性和渲染信息
Table of contents
Properties
Properties
attributeCategories
• attributeCategories: KAttributeCategory[]
属性分类集合
Defined in
api.d.ts:4093
physicalTexture
• physicalTexture: Object
物理贴图信息
Type declaration
| Name | Type | Description |
|---|---|---|
baseCategory | string | 基础分类 |
materialId | string | 材质ID |
obsPtextureId | string | 物理贴图ID |
Defined in
api.d.ts:4097
scale
• scale: Object
材质缩放比例
Type declaration
| Name | Type |
|---|---|
x | number |
y | number |
Defined in
api.d.ts:4095
vrayMtlResponse
• vrayMtlResponse: Object
VRay材质响应信息
Type declaration
| Name | Type | Description |
|---|---|---|
vrayMaterial | { objName: string } | VRay材质信息 |
vrayMaterial.objName | string | 对象名称 |
Defined in
api.d.ts:4106