API Docs for:

AxisHelper

Helper widget that indicates the World coordinate axis. The helper works by tracking updates on a xeogl.Camera and orienting a gnomon accordingly.

Constructor

AxisHelper

(
  • cfg
)

Parameters:

  • cfg

    Configuration

    • camera xeogl.Camera

      A xeogl.Camera to observe.

    • [size] Int16Array optional

      Pixel dimensions of helper's canvas, [250, 250] by default.

Index