Method CreateJointPlaceholders
CreateJointPlaceholders(ULongList, Matrix4List)
Create fake joint to store in mesh definitions. Thus we can retrieve stored data from getJointPlaceholders
Declaration
[HandleProcessCorruptedStateExceptions]
public PlaceholderJointList CreateJointPlaceholders(ULongList data, Matrix4List worldMatrices)
Parameters
| Type | Name | Description |
|---|---|---|
| ULongList | data | Create as much joints as there are data, each joint store one data |
| Matrix4List | worldMatrices | World matrix for each joints |
Returns
| Type | Description |
|---|---|
| PlaceholderJointList |