Link Search Menu Expand Document

arena-py API v0.9.6

arena.attributes.gltf_morph

GltfMorph attribute class to manage its properties in the ARENA: Allows you to target and control a gltf model's morphTargets created in Blender. More properties at https://github.com/elbobo/aframe-gltf-morph-component A-Frame GLTF Morph component. Usage: gltf_morph=GltfMorph(...)

Parameters
  • str morphtarget: Name of morphTarget, can be found as part of the GLTF model. (optional)
  • float value: Value that you want to set that morphTarget to (0 - 1). (optional)
GltfMorph(morphtarget, value)
morphtarget
value
class Morph(GltfMorph):

Alternate name for GltfMorph. Usage: gltf_morph=Morph(...)