Search Results for

    Show / Hide Table of Contents

    Enum WorldCenterMode

    The world center mode defines how the relative coordinates between Trackables and camera are translated into Evergine world coordinates. If a world center is present, the ARCamera in the scene is transformed with respect to that.

    Namespace: Evergine.Vuforia
    Assembly: Evergine.Vuforia.dll
    Syntax
    public enum WorldCenterMode

    Fields

    Name Description
    Device

    Do not define a world center but only move Trackables with respect to a fixed ARCamera.

    FirstTarget

    The camera uses the first Trackable that comes into view as the world center (world center changes during runtime).

    SpecificTarget

    User defines a single Trackable that defines the world center.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX