Link Search Menu Expand Document

arena-py API v0.8.0

arena.objects.gltf

Class for GLTF Models in the ARENA.

GLTF(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 Model(GLTF):

Another name for GLTF.