• Creates an instance of an AR sphere object.

    Parameters

    • position: Vector3

      Position of object in augmented world.

    • radius: number

      Radius of sphere in metres.

    • color: number

      Decimal representation of hex color.

    • Optional onSelect: (() => any)

      Function to call when object is tapped.

        • (): any
        • Returns any

    Returns SphereObject

    Created AR sphere object.