Cortex
10.0.0-a4
|
Enumerations | |
enum | InfluenceName { Partial = 0, Full = 1 } |
enum | Space { Local = 0, World = 1, Custom = 2 } |
enum | Type { Float, Byte } |
Cortex provides conversions to and from native Cortex types and many common types in 3rd party APIs. Conversions for lightweight types like vectors and matrices are performed using the IECore::convert template function, which is specialised for most useful types. For conversion of larger types such as meshes, classes derived from IECore::ToCoreConverter and IECore::FromCoreConverter are used - these utilise Parameters to allow aspects of the conversion to be controlled.