|
| uint32_t | parent |
| | Parent node, offset into Nodes subsection.
|
| |
| uint32_t | name |
| | Name of node, offset into Strings subsection.
|
| |
| uint32_t | mesh |
| | Mesh of node, offset into Meshes subsection.
|
| |
| uint32_t | materialInstance |
| | Material instance of node, offset into MaterialInstances subsection.
|
| |
| uint32_t | boundingBox |
| | Bounding box of node, offset into BoundingBoxes subsection.
|
| |
| uint32_t | transform |
| | Transform of node, offset into Transforms subsection.
|
| |
| PrimitiveType | primitiveType |
| | Primitive type to use for this node.
|
| |
| uint32_t | vertexFirst |
| | First vertex of mesh to draw.
|
| |
| uint32_t | vertexCount |
| | Number of vertices to draw.
|
| |
Definition at line 772 of file CogsBin.h.
◆ boundingBox
| uint32_t Cogs::Core::CogsBin::Node::boundingBox |
Bounding box of node, offset into BoundingBoxes subsection.
Definition at line 778 of file CogsBin.h.
◆ materialInstance
| uint32_t Cogs::Core::CogsBin::Node::materialInstance |
Material instance of node, offset into MaterialInstances subsection.
Definition at line 777 of file CogsBin.h.
◆ mesh
| uint32_t Cogs::Core::CogsBin::Node::mesh |
Mesh of node, offset into Meshes subsection.
Definition at line 776 of file CogsBin.h.
◆ name
| uint32_t Cogs::Core::CogsBin::Node::name |
Name of node, offset into Strings subsection.
Definition at line 775 of file CogsBin.h.
◆ parent
| uint32_t Cogs::Core::CogsBin::Node::parent |
Parent node, offset into Nodes subsection.
Definition at line 774 of file CogsBin.h.
◆ primitiveType
| PrimitiveType Cogs::Core::CogsBin::Node::primitiveType |
Primitive type to use for this node.
Definition at line 780 of file CogsBin.h.
◆ transform
| uint32_t Cogs::Core::CogsBin::Node::transform |
◆ vertexCount
| uint32_t Cogs::Core::CogsBin::Node::vertexCount |
Number of vertices to draw.
Definition at line 782 of file CogsBin.h.
◆ vertexFirst
| uint32_t Cogs::Core::CogsBin::Node::vertexFirst |
First vertex of mesh to draw.
Definition at line 781 of file CogsBin.h.
The documentation for this struct was generated from the following file: