Class FusMesh
Contains 3D geometry information (Vertices, Triangles, Normals, UVs, ...).
Implements
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.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public class FusMesh : FusComponent, IComponent
Fields
BiTangents
The bitangent of each triangle for normal mapping.
Declaration
public float3[] BiTangents
Field Value
Type | Description |
---|---|
float3[] |
BoneIndices
Gets and sets the boneindices.
Declaration
public float4[] BoneIndices
Field Value
Type | Description |
---|---|
float4[] | The boneindices. |
BoneWeights
Gets and sets the boneweights.
Declaration
public float4[] BoneWeights
Field Value
Type | Description |
---|---|
float4[] | The boneweights. |
BoundingBox
The bounding box of this geometry chunk.
Declaration
public AABBf BoundingBox
Field Value
Type | Description |
---|---|
AABBf |
Colors
Gets and sets the color of a single vertex.
Declaration
public uint[] Colors
Field Value
Type | Description |
---|---|
System.UInt32[] | The color. |
MeshType
The type of the mesh ???
Declaration
public int MeshType
Field Value
Type | Description |
---|---|
System.Int32 |
Normals
Gets and sets the normals.
Declaration
public float3[] Normals
Field Value
Type | Description |
---|---|
float3[] | The normals.. |
Tangents
The tangent of each triangle for normal mapping. w-component is handedness
Declaration
public float4[] Tangents
Field Value
Type | Description |
---|---|
float4[] |
Triangles
Gets and sets the triangles.
Declaration
public uint[] Triangles
Field Value
Type | Description |
---|---|
System.UInt32[] | The triangles. |
UVs
Gets and sets the UV-coordinates.
Declaration
public float2[] UVs
Field Value
Type | Description |
---|---|
float2[] | The UV-coordinates. |
Vertices
Gets and sets the vertices.
Declaration
public float3[] Vertices
Field Value
Type | Description |
---|---|
float3[] | The vertices. |