Functions | |
json | FormIt.Graphics.GetObjectTypes (historyId, objectIds) |
TODO: remove all these wrappers as soon as WSR updates w/ new methods. | |
json | FormIt.Graphics.GetObjectRenderableEdges (historyId, objectId, includeSmooth) |
Get vertices for multiple edges at once, as a flat list of doubles | |
json | FormIt.Graphics.GetRenderableEdges (historyId, edges, includeSmooth) |
Get vertices for multiple edges at once, as a flat list of doubles | |
json | FormIt.Graphics.GetRenderableFaces (historyId, backside, calcTexCoords, faces) |
Get vertices, normals, and uvs for multiple faces at once, as unstructured vectors of doubles | |
json FormIt.Graphics.GetObjectRenderableEdges | ( | historyId | , |
objectId | , | ||
includeSmooth | |||
) |
Get vertices for multiple edges at once, as a flat list of doubles
[in] | historyId | int |
[in] | objectId | int |
[in] | includeSmooth | bool |
json FormIt.Graphics.GetObjectTypes | ( | historyId | , |
objectIds | |||
) |
TODO: remove all these wrappers as soon as WSR updates w/ new methods.
Get object types for multiple object ids at once.
[in] | historyId | int |
[in] | objectIds | Array of int |
json FormIt.Graphics.GetRenderableEdges | ( | historyId | , |
edges | , | ||
includeSmooth | |||
) |
Get vertices for multiple edges at once, as a flat list of doubles
[in] | historyId | int |
[in] | edges | Array of int |
[in] | includeSmooth | bool |
json FormIt.Graphics.GetRenderableFaces | ( | historyId | , |
backside | , | ||
calcTexCoords | , | ||
faces | |||
) |
Get vertices, normals, and uvs for multiple faces at once, as unstructured vectors of doubles
[in] | historyId | int |
[in] | backside | bool |
[in] | calcTexCoords | bool |
[in] | faces | Array of int |