Rendering an Entity as a Wireframe #234
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
VL.Stride
Wrapper for 3d game engine Stride
For the Material's Tessellation helppatch I want to draw a sphere with a Material (which has a Tessellation), but in Wireframe.
The
HowTo Render a Mesh in Wireframe.vl
helppatch shows how to draw wireframes withMeshRenderer
.So, do I have to use
SphereMesh + MeshRenderer + RenderEntity
?But where to connect the Material in this case?
The text was updated successfully, but these errors were encountered: