Assimp  v4.1. (December 2018)
Assimp::ASE::InheritanceInfo Struct Reference

Helper structure to represent the inheritance information of an ASE node. More...

Public Member Functions

 InheritanceInfo () AI_NO_EXCEPT
 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...
 

Detailed Description

Helper structure to represent the inheritance information of an ASE node.

Constructor & Destructor Documentation

◆ InheritanceInfo()

Assimp::ASE::InheritanceInfo::InheritanceInfo ( )
inline

Default constructor.

Member Data Documentation

◆ abInheritPosition

bool Assimp::ASE::InheritanceInfo::abInheritPosition[3]

Inherit the parent's position?, axis order is x,y,z.

◆ abInheritRotation

bool Assimp::ASE::InheritanceInfo::abInheritRotation[3]

Inherit the parent's rotation?, axis order is x,y,z.

◆ abInheritScaling

bool Assimp::ASE::InheritanceInfo::abInheritScaling[3]

Inherit the parent's scaling?, axis order is x,y,z.


The documentation for this struct was generated from the following file: