|
InstancedMeshGeometryVisual3DUpdate(Boolean) Method |
Update method updates the data for all instances and provides a parameter to specify if bounding box need to be updated.
Namespace: Ab3d.VisualsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public void Update(
bool updateBounds
)
Parameters
- updateBounds Boolean
- when true, the bounding box of the InstancedMeshGeometryVisual3D will be updated (this can take some time but is needed when this object's bounds change the bounds of the whole scene)
See Also