Show / Hide Table of Contents

Struct VertexData

Contains additional information that can be added to Vertices.

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 VertexData

Fields

Pos

The position of the Vertex.

Declaration
public float3 Pos
Field Value
Type Description
float3
Generated by DocFX
GitHub Repo
Back to top