Z.Object
Description
Section titled “Description”A Z.Object node is an instance of a renderable 3D model.
Format Support
Section titled “Format Support”The following types are supported:
- ARO Simple (Zappar’s simple proprietary format)
- POD
Animation
Section titled “Animation”Most nodes, Z.Object included, have parameters that can be animated in timelines, states or events (e.g. position
).
In addition to these node parameters, POD-type objects can have animations built into the 3D model as exported from a 3D editor such as Maya or 3ds max. The animationFrame
parameter can be used to change which frame of a model’s animation is displayed for a given object.
Materials
Section titled “Materials”Each Z.Object is backed by an Z.ObjectType that represents a loaded ARO or POD object. The Z.ObjectType has an array of materials that are used during rendering.
Z.Object instances may override this array with materials that will be used rather than those present in the backing Z.ObjectType using the material
and materials
parameters.