Click or drag to resize
AB4D logo

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.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool AutomaticallyChangeToDynamicVertexBuffer { get; set; }

Property Value

Boolean
See Also