Show / Hide Table of Contents

Class Face

A container that stores indices for vertices, normals and texture coordinates. The values are used for conversion to different geometry face formats, e.g. Triangles.

Inheritance
System.Object
Face
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Core
Assembly: Fusee.Engine.Core.dll
Syntax
public class Face

Fields

InxNormal

The inx normal

Declaration
public int[] InxNormal
Field Value
Type Description
System.Int32[]

InxTexCoord

The inx tex coord

Declaration
public int[] InxTexCoord
Field Value
Type Description
System.Int32[]

InxVert

The inx vert

Declaration
public int[] InxVert
Field Value
Type Description
System.Int32[]
Generated by DocFX
GitHub Repo
Back to top