Search Results for

    Show / Hide Table of Contents

    Struct BlendShapeVertex

    The blend shape vertex data optimized for runtime meshes morphing.

    Assembly: FlaxEngine.dll
    File: Engine/Graphics/Models/BlendShape.h
    Syntax
    public struct BlendShapeVertex

    Fields

    NormalDelta

    The normal vector offset (tangent Z).

    Declaration
    public Float3 NormalDelta
    Field Value
    Float3

    PositionDelta

    The position offset.

    Declaration
    public Float3 PositionDelta
    Field Value
    Float3

    VertexIndex

    The index of the vertex in the mesh to blend.

    Declaration
    public uint32 VertexIndex
    Field Value
    uint32

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat