Adds a surface to the builder of the mesh.
Signature
class MeshBuilder:
// Adds another surface to the current mesh builder
fun addSurface(
surface: Surface,
)
Adds another surface to the current mesh builder
Adds a surface to the builder of the mesh.
class MeshBuilder:
// Adds another surface to the current mesh builder
fun addSurface(
surface: Surface,
)