Struct ObjFile.MeshGroup
- Namespace
- NeoVeldrid.Utilities
- Assembly
- NeoVeldrid.Utilities.dll
An OBJ file construct describing an individual mesh group.
public struct ObjFile.MeshGroup
- Inherited Members
Constructors
MeshGroup(string, string, Face[])
Constructs a new ObjFile.MeshGroup.
public MeshGroup(string name, string material, ObjFile.Face[] faces)
Parameters
namestringThe name.
materialstringThe name of the associated MaterialDefinition.
facesFace[]The faces.
Fields
Faces
The set of ObjFile.Faces comprising this mesh group.
public readonly ObjFile.Face[] Faces
Field Value
- Face[]
Material
The name of the associated MaterialDefinition.
public readonly string Material
Field Value
Name
The name.
public readonly string Name