跳到主要内容

daz_node_instance

Ploy3D / daz_node_instance

Interface: daz_node_instance

DAZ节点实例。

Hierarchy

Table of contents

Properties

Properties

center_point

Optional center_point: daz_channel_vector

节点中心点(默认[0, 0, 0])。

Inherited from

daz_node.center_point


conform_target

Optional conform_target: string

跟随当前场景中另一节点的URI。


end_point

Optional end_point: daz_channel_vector

节点端点(默认[0, 0, 0])。

Inherited from

daz_node.end_point


extra

Optional extra: any[]

其它特定于应用程序的信息对象数组。

Inherited from

daz_node.extra


formulas

Optional formulas: any[]

给定属性操作时的参数作用公式。

Inherited from

daz_node.formulas


general_scale

Optional general_scale: daz_channel_float

节点整体缩放(默认1)。

Inherited from

daz_node.general_scale


geometries

Optional geometries: daz_geometry_instance

节点网格几何体实例。


id

id: string

当前文件范围内此资产的唯一ID。

Overrides

daz_node.id


inherits_scale

Optional inherits_scale: boolean

当计算此节点的世界空间变换时是否补偿直接父节点的局部缩放。如果为假,则此节点的世界空间变换矩阵乘以父节点局部缩放的倒数(默认真,具有父骨骼的骨骼除外)。

Inherited from

daz_node.inherits_scale


label

Optional label: string

用户可理解的外部标签。

Inherited from

daz_node.label


name

name: string

内部名称(同级唯一,优先于ID用于查找)。

Inherited from

daz_node.name


orientation

Optional orientation: daz_channel_vector

节点四元数旋转(默认[0, 0, 1, 0])。

Inherited from

daz_node.orientation


parent

Optional parent: string

父级节点URI(父级须先于子级构造)。

Overrides

daz_node.parent


parent_in_place

Optional parent_in_place: string

父级节点URI,附加时保持世界坐标不变。


presentation

Optional presentation: daz_presentation

用于描述如何向用户呈现资产的信息和图像。

Inherited from

daz_node.presentation


preview

Optional preview: daz_geometry_preview

在找不到节点网格几何体时用作替身的预览对象。


rotation

Optional rotation: daz_channel_vector

节点欧拉角旋转(默认[0, 0, 0])。

Inherited from

daz_node.rotation


rotation_order

Optional rotation_order: "XYZ" | "YZX" | "ZYX" | "ZXY" | "XZY" | "YXZ"

当使用基于通道的动画数据时采用的旋转顺序(默认XYZ)。

Inherited from

daz_node.rotation_order


scale

Optional scale: daz_channel_vector

节点缩放(默认[1, 1, 1])。

Inherited from

daz_node.scale


source

Optional source: string

派生此节点的源节点URI。

Inherited from

daz_node.source


translation

Optional translation: daz_channel_vector

节点平移(默认[0, 0, 0])。

Inherited from

daz_node.translation


type

Optional type: "figure" | "node" | "bone" | "camera" | "light"

节点类型(默认node。figure为场景根节点)。

Inherited from

daz_node.type


url

url: string

用于构造该实例的资产URI(资产节点的子级也被构造)。