GLTF
- class compas.files.GLTF(filepath=None)[source]
Bases:
objectClass for working with files in glTF format.
Caution: Extensions and most other application specific data are unsupported, and their data may be lost upon import.
- Attributes
filepath (str) – Path to the location of the glTF file.
content (
GLTFContent)reader (
GLTFReader)parser (
GLTFParser)exporter (
GLTFExporter)
References
- 1
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/figures/gltfOverview-2.0.0b.png
Methods
Export the content of this
GLTFto the locationcompas.files.GLTF.filepath, with file format determined by the given extension.Read the glTF located at
compas.files.GLTF.filepathand load its content.