 |
BoxModelNodeUseSharedBoxMesh Property |
Gets or sets a Boolean that specifies if a shared mesh with center at (0, 0, 0) and size (1, 1, 1) is used for this box
(this uses the same vertex and index buffer for all boxes with shared mesh; this can be used only when
XSegmentsCount,
YSegmentsCount and
ZSegmentsCount are 1).
In this case the final position and size is set by using a mesh transformation.
When false, then a new mesh instance is created that has the center and size that are specified in this box model.
Default value is true.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic bool UseSharedBoxMesh { get; set; }Property Value
Boolean
See Also