 |
MeshFactoryGetSharedBoxMesh Method |
Gets the shared mesh of a box with center at (0, 0, 0) and size (1, 1, 1).
Namespace: Ab4d.SharpEngine.MeshesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic static StandardMesh GetSharedBoxMesh(
Scene scene
)
Parameters
- scene Scene
- Scene is used to cache the shared mesh
Return Value
StandardMeshshared mesh of a box with center at (0, 0, 0) and size (1, 1, 1)
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Meshes.MeshFactory.GetSharedBoxMesh(Ab4d.SharpEngine.Scene)"]
See Also