Search Results for

    Show / Hide Table of Contents

    Class SkinnedMesh.Vertex

    The raw Vertex Buffer structure format. [Deprecated in v1.10]

    Inheritance
    System.Object
    SkinnedMesh.Vertex
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class Vertex : ValueType

    Fields

    Bitangent

    The tangent vector.

    Declaration
    public Float3 Bitangent
    Field Value
    Float3

    BlendIndices

    The blend indices. Up to 4 bones.

    Declaration
    public Int4 BlendIndices
    Field Value
    Int4

    BlendWeights

    The blend weights (normalized). Up to 4 bones.

    Declaration
    public Float4 BlendWeights
    Field Value
    Float4

    Normal

    The normal vector.

    Declaration
    public Float3 Normal
    Field Value
    Float3

    Position

    The vertex position.

    Declaration
    public Float3 Position
    Field Value
    Float3

    Tangent

    The tangent vector.

    Declaration
    public Float3 Tangent
    Field Value
    Float3

    TexCoord

    The texture coordinates.

    Declaration
    public Float2 TexCoord
    Field Value
    Float2

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat