 |
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: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic class CustomMesh : Mesh
The CustomMesh type exposes the following members.
Constructors
Methods
See Also