int setattribtypeinfo(int geohandle, string attribclass, string name, string typeinfo)
geohandle
Идентификатор геометрии для записи. В настоящее время единственным допустимым значением является 0
или geoself, что означает текущую геометрию в ноде. Этот аргумент может использоваться в будущем, чтобы разрешить запись в другие геометрии.
attribclass
Один из "detail"
(или "global"
), "point"
, "prim"
, или "vertex"
.
Вы также можете использовать "primgroup"
, "pointgroup"
или "vertexgroup"
для чтения из групп.
name
The name of the attribute for which to change the transformation info.
typeinfo
The meaning of the attribute, which is used by transform nodes to determine how to modify the attribute. It is one of:
|
Don’t transform. |
|
Apply scales, rotations, and transformations. |
|
Apply scales, rotations, and transformations to this vector4. |
|
Apply scales and rotations, but not transformations. |
|
Apply rotations, apply scales with inverse-transpose. |
|
Don’t transform. |
|
Apply scales, rotations, and transformations to this matrix. |
|
Apply rotations. |
|
Don’t transform. |
|
Do not blend this value when points are averaged. |
|
Integer values that blend when points are averaged. |
attrib |
|