|
DXMeshGeometry3DAutomaticallyChangeToDynamicVertexBuffer Property |
Gets or sets a Boolean property that after 3 changes of the vertex buffer sets the
CreateDynamicVertexBuffer to true (if not already set to true).
This improves performance of subsequent buffer changes. Default value is true.
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool AutomaticallyChangeToDynamicVertexBuffer { get; set; }
Property Value
BooleanSee Also