Struct HalfEdgeData
Contains additional information that can be added to HalfEdges.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Jometri
Assembly: Fusee.Jometri.dll
Syntax
public struct HalfEdgeData
Fields
Normal
The normal belonging to this HalfEdge.
Declaration
public float3 Normal
Field Value
Type | Description |
---|---|
float3 |
TextureCoord
Texture coordinates.
Declaration
public float2 TextureCoord
Field Value
Type | Description |
---|---|
float2 |