Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_transform

    Explicit translation+rotation+scale transformation. NOTE: Rotation is a quaternion, not Euler angles!

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public struct ufbx.ufbx_transform

    Fields

    rotation

    Declaration
    public ufbx.ufbx_quat rotation
    Field Value
    Type Description
    ufbx.ufbx_quat

    scale

    Declaration
    public ufbx.ufbx_vec3 scale
    Field Value
    Type Description
    ufbx.ufbx_vec3

    translation

    Declaration
    public ufbx.ufbx_vec3 translation
    Field Value
    Type Description
    ufbx.ufbx_vec3
    In this article
    Back to top Generated by DocFX