Show / Hide Table of Contents

Struct DFMesh.DFPoint

Describes a single vertex. Normals and texture coordinates have been read from native mesh format.

Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct DFPoint

Fields

| Improve this Doc View Source

NX

X component of normal.

Declaration
public float NX
Field Value
Type Description
Single
| Improve this Doc View Source

NY

Y component of normal.

Declaration
public float NY
Field Value
Type Description
Single
| Improve this Doc View Source

NZ

Z component of normal.

Declaration
public float NZ
Field Value
Type Description
Single
| Improve this Doc View Source

U

U coordinate of texture.

Declaration
public float U
Field Value
Type Description
Single
| Improve this Doc View Source

V

V coordinate of texture.

Declaration
public float V
Field Value
Type Description
Single
| Improve this Doc View Source

X

X position.

Declaration
public float X
Field Value
Type Description
Single
| Improve this Doc View Source

Y

Y position.

Declaration
public float Y
Field Value
Type Description
Single
| Improve this Doc View Source

Z

Z position.

Declaration
public float Z
Field Value
Type Description
Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX