OpenGex namespace
OpenGEX structure and property names.
Use these identifiers to access the document tree using the OpenDdl parser.
This library is built if MAGNUM_WITH_OPENGEXIMPORTER is enabled when building Magnum Plugins. To use this library with CMake, request the OpenGexImporter component of the MagnumPlugins package and link to the MagnumPlugins::OpenGexImporter target:
find_package(MagnumPlugins REQUIRED OpenGexImporter) # ... target_link_libraries(your-app MagnumPlugins::OpenGexImporter)
Additionally, if you're using Magnum as a CMake subproject, bundle the magnum-plugins repository and do the following before calling find_package():
set(MAGNUM_WITH_OPENGEXIMPORTER ON CACHE BOOL "" FORCE) add_subdirectory(magnum-plugins EXCLUDE_FROM_ALL)
Enums
- enum (anonymous): Int { Animation, Atten, BoneCountArray, BoneIndexArray, BoneNode, BoneRefArray, BoneWeightArray, CameraNode, CameraObject, Clip, Color, Extension, GeometryNode, GeometryObject, IndexArray, Key, LightNode, LightObject, Material, MaterialRef, Mesh, Metric, Morph, MorphWeight, Name, Node, ObjectRef, Param, Rotation, Scale, Skeleton, Skin, Texture, Time, Track, Transform, Translation, Value, VertexArray }
- enum (anonymous): Int { applic, attrib, begin, clip, curve, end, front, index, key, kind, lod, material, morph, motion_blur, object, primitive, restart, shadow, target, texcoord, two_sided, type, visible }
Enum documentation
              enum Magnum::
            | Enumerators | |
|---|---|
| Animation | 
 | 
| Atten | 
 | 
| BoneCountArray | 
 | 
| BoneIndexArray | 
 | 
| BoneNode | 
 | 
| BoneRefArray | 
 | 
| BoneWeightArray | 
 | 
| CameraNode | 
 | 
| CameraObject | 
 | 
| Clip | 
 | 
| Color | 
 | 
| Extension | 
 | 
| GeometryNode | 
 | 
| GeometryObject | 
 | 
| IndexArray | 
 | 
| Key | 
 | 
| LightNode | 
 | 
| LightObject | 
 | 
| Material | 
 | 
| MaterialRef | 
 | 
| Mesh | 
 | 
| Metric | 
 | 
| Morph | 
 | 
| MorphWeight | 
 | 
| Name | 
 | 
| Node | 
 | 
| ObjectRef | 
 | 
| Param | 
 | 
| Rotation | 
 | 
| Scale | 
 | 
| Skeleton | 
 | 
| Skin | 
 | 
| Texture | 
 | 
| Time | 
 | 
| Track | 
 | 
| Transform | 
 | 
| Translation | 
 | 
| Value | 
 | 
| VertexArray | 
 | 
              enum Magnum::
            | Enumerators | |
|---|---|
| applic | 
 | 
| attrib | 
 | 
| begin | 
 | 
| clip | 
 | 
| curve | 
 | 
| end | 
 | 
| front | 
 | 
| index | 
 | 
| key | 
 | 
| kind | 
 | 
| lod | 
 | 
| material | 
 | 
| morph | 
 | 
| motion_blur | 
 | 
| object | 
 | 
| primitive | 
 | 
| restart | 
 | 
| shadow | 
 | 
| target | 
 | 
| texcoord | 
 | 
| two_sided | 
 | 
| type | 
 | 
| visible | 
 |