Table of Contents

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

name string

The name.

material string

The name of the associated MaterialDefinition.

faces Face[]

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

string

Name

The name.

public readonly string Name

Field Value

string