GeometryAttributesOwnerCallbacks (interface)

In particular, the PolygonMesh needs to know if some attributes were added or removed. The GeometryAttributes owner needs to register with GeometryAttributes.registerOwner

GeometryAttributesOwnerCallbacks GeometryAttributesOwnerCallbacks GeometryAttributesOwnerCallbacks PolygonMesh PolygonMesh PolygonMesh->GeometryAttributesOwnerCallbacks

Functions

  attributeAdded ! ( in UInt32 containerIndex )
  attributeRemoved ! ( in UInt32 containerIndex )
  resizing ! ()

Functions in detail

GeometryAttributesOwnerCallbacks.attributeAdded! ( in UInt32 containerIndex )

Called if an attribute is added to the GeometryAttributes


GeometryAttributesOwnerCallbacks.attributeRemoved! ( in UInt32 containerIndex )

Called if an attribute is removed from the GeometryAttributes


GeometryAttributesOwnerCallbacks.resizing! ()

Called if the attribute arrays are resized