Expand description
Contains all methods to load and convert FBX model format.
FBX is most flexible format to store and distribute 3D models, it has lots of useful features such as skeletal animation, keyframe animation, support tangents, binormals, materials, etc.
Normally you should never use methods from this module directly, use resource manager to load models and create their instances.
Modules§
- error
- Contains all possible errors that can occur during FBX parsing and conversion.
Functions§
- load_
to_ scene - Tries to load and convert FBX from given path.