Parse a JSON transform list.
Available transforms: * ["translate", float x, float y, float z] * ["rotate", float angle, float x, float y, float z]; angle in degrees, x,y,z multiplier * ["rotateX", float angle], ["rotateY", float], ["rotateZ", float]; angle in degrees * ["scale", float x, float y, float z]
See Implementation
Parse a JSON transform list.
Available transforms: * ["translate", float x, float y, float z] * ["rotate", float angle, float x, float y, float z]; angle in degrees, x,y,z multiplier * ["rotateX", float angle], ["rotateY", float], ["rotateZ", float]; angle in degrees * ["scale", float x, float y, float z]