Setting Morph Options (Beta)
Create linear transforms that can create limitless variations in your meshes shape.
Morphs
var data = {
productCode: 'SKU001'
options: {
morphs : [
{
tag: 'HEIGHT'
amount: 0.5
},
{
tag: 'WIDTH'
amount: 1.0
},
]
}
};
Last updated