daz_geometry_instance
Ploy3D / daz_geometry_instance
Interface: daz_geometry_instance
DAZ网格几何体实例。
Hierarchy
↳
daz_geometry_instance
Table of contents
Properties
- default_uv_set
- edge_interpolation_mode
- extra
- graft
- id
- label
- name
- polygon_groups
- polygon_material_groups
- polylist
- rigidity
- root_region
- source
- type
- url
- vertices
Properties
default_uv_set
• Optional
default_uv_set: string
网格默认UV集的URI。
Inherited from
edge_interpolation_mode
• Optional
edge_interpolation_mode: "no_interpolation"
| "edges_and_corners"
| "edges_only"
网格类型为subdivision_surface时,在细分期间要执行的边插值的类型(默认no_interpolation)。
Inherited from
daz_geometry.edge_interpolation_mode
extra
• Optional
extra: any
[]
其它特定于应用程序的信息对象数组。
Inherited from
graft
• Optional
graft: daz_graft
几何移植信息对象。
Inherited from
id
• id: string
当前文件范围内此资产的唯一ID。
Overrides
label
• Optional
label: string
用户可理解的外部标签。
Inherited from
name
• Optional
name: string
内部名称。
Inherited from
polygon_groups
• polygon_groups: daz_string_array
网格面元分组名称数组。
Inherited from
polygon_material_groups
• polygon_material_groups: daz_string_array
网格材质分组名称数组。
Inherited from
daz_geometry.polygon_material_groups
polylist
• polylist: [number
, number
, number
, number
, number
, number?]
多边形索引信息([polygon_group、polygon_material_group、vert0、vert1、vert2、vert3?])。
Inherited from
rigidity
• Optional
rigidity: daz_rigidity
几何刚性数据。
Inherited from
root_region
• Optional
root_region: daz_region
几何区域层级结构中的根节点对象。
Inherited from
source
• Optional
source: string
派生此资产的源资产URI。
Inherited from
type
• Optional
type: "polygon_mesh"
| "subdivision_surface"
网格类型(默认polygon_mesh)。
Inherited from
url
• url: string
用于构造该节点实例的资产URI。
vertices
• vertices: daz_float3_array
网格顶点数组。