|
Assimp v3.1.1 (June 2014)
|
Helper structure to represent the inheritance information of an ASE node. More...
#include <ASEParser.h>
Public Member Functions | |
| InheritanceInfo () | |
| Default constructor. More... | |
Public Attributes | |
| bool | abInheritPosition [3] |
| Inherit the parent's position?, axis order is x,y,z. More... | |
| bool | abInheritRotation [3] |
| Inherit the parent's rotation?, axis order is x,y,z. More... | |
| bool | abInheritScaling [3] |
| Inherit the parent's scaling?, axis order is x,y,z. More... | |
Helper structure to represent the inheritance information of an ASE node.
|
inline |
Default constructor.
| bool Assimp::ASE::InheritanceInfo::abInheritPosition[3] |
Inherit the parent's position?, axis order is x,y,z.
| bool Assimp::ASE::InheritanceInfo::abInheritRotation[3] |
Inherit the parent's rotation?, axis order is x,y,z.
| bool Assimp::ASE::InheritanceInfo::abInheritScaling[3] |
Inherit the parent's scaling?, axis order is x,y,z.