class documentation
Class for storing metadata about 3D scene samples.
Parameters | |
size | the size of scene definition and all children assets on disk, in bytes |
mime | the MIME type of the scene |
asset | dict of child asset file type to count |
Class Method | build |
Builds a SceneMetadata object for the given 3D scene. |
Class Variable | asset |
Undocumented |
Class Method | _build |
Undocumented |
Class Method | _build |
Undocumented |
Builds a SceneMetadata
object for the given 3D scene.
Parameters | |
scene | a scene path |
mimeNone | the MIME type of the scene. If not provided, defaults to application/octet-stream |
_cache | Undocumented |
Returns | |
a SceneMetadata |