Struct ModelCombiner.CombinedModel
Combined model data.
Namespace: DaggerfallWorkshop.Utility
Assembly: Assembly-CSharp.dll
Syntax
public struct CombinedModel
Fields
| Improve this Doc View SourceIndices
Declaration
public int[] Indices
Field Value
| Type | Description |
|---|---|
| Int32[] |
Normals
Declaration
public Vector3[] Normals
Field Value
| Type | Description |
|---|---|
| Vector3[] |
SubMeshes
Declaration
public ModelCombiner.SubMesh[] SubMeshes
Field Value
| Type | Description |
|---|---|
| ModelCombiner.SubMesh[] |
UVs
Declaration
public Vector2[] UVs
Field Value
| Type | Description |
|---|---|
| Vector2[] |
Vertices
Declaration
public Vector3[] Vertices
Field Value
| Type | Description |
|---|---|
| Vector3[] |