Holds the information for a single attribute structure required to render geometry.
This does not contain the actual data, but instead has a buffer id that maps to a PIXI.Buffer This can include anything from positions, uvs, normals, colors etc.
PIXI
the id of the buffer that this attribute will look for
Destroys the Attribute.
Helper function that creates an Attribute based on the information provided
A new PIXI.Attribute based on the information provided
Generated using TypeDoc
Holds the information for a single attribute structure required to render geometry.
This does not contain the actual data, but instead has a buffer id that maps to a PIXI.Buffer This can include anything from positions, uvs, normals, colors etc.
PIXI