Skip to content
Snippets Groups Projects
Commit d239bcfc authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

Documentation note for gltf loader API

parent 45adbcbe
No related branches found
No related tags found
No related merge requests found
## GLTF document loader selectively toggle model data
The `vtkGLTFDocumentLoader` learned to selectively enable/disable loading of certain types of model
data from the gltf file. The loader exposes the following new API:
- `SetLoadAnimation(bool)`: Load animation keyframes (default: true)
- `SetLoadImages(bool)`: Load model images (default: true)
- `SetLoadSkinMatrix(bool)`: Load inverse bind matrices for model Skin (default: true)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment