Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.gltf_model

GltfModel object class to manage its properties in the ARENA: Load a GLTF model. Besides applying standard rotation and position attributes to the center-point of the GLTF model, the individual child components can also be manually manipulated. See format details in the modelUpdate data attribute. See guidance to store paths under https://docs.arenaxr.org/content/interface/filestore.html ARENA File Store, CDN, or DropBox.

Parameters
  • str url: Use File Store paths under 'store/users/username', see CDN and other storage options in the description above. (optional)
GltfModel(url='', **kwargs)
object_type = 'gltf-model'
morphs
def update_morph(self, morph):
def remove_morph(self, morph):
def clear_morphs(self):
def json_preprocess(self, **kwargs):
def json_postprocess(self, json_payload, json_data):
class GLTF(GltfModel):

Another name for GltfModel.

class Model(GltfModel):

Another name for GltfModel.