 |
CustomMesh Class |
CustomMesh is a Mesh that is defined by custom vertex and index buffers.
The vertex and index buffers must be created by the same VulkanDevice that is used by this CustomMesh.
This CustomMesh cannot automatically support hit testing because it does not have access to triangles data.
To provide hit testing support, derive your own class from CustomMesh and implement
IRayHitTestedObject interface.
Inheritance Hierarchy Namespace: Ab4d.SharpEngine.MeshesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic class CustomMesh : Mesh
The CustomMesh type exposes the following members.
Constructors
Methods
See Also