arena-py API v1.0.1
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. Defaults to '' (optional)
- float value: Value that you want to set that morphTarget to (0 - 1). Defaults to '0' (optional)
Inherited Members
Alternate name for GltfMorph.
Usage: gltf_morph=Morph(...)