openspace.gaia

Functions overview

Name

Documentation

addClippingBox

Creates a clipping box for the Gaia renderable in the first argument

addClippingSphere

Creates a clipping sphere for the Gaia renderable in the first argument

removeClippingBox

Functions

addClippingBox

Creates a clipping box for the Gaia renderable in the first argument

Parameters
  • name String

  • position vec3

  • size vec3

Return type: void

Signature
openspace.gaia.addClippingBox(name, position, size)

addClippingSphere

Creates a clipping sphere for the Gaia renderable in the first argument

Parameters
  • name String

  • radius Number

Return type: void

Signature
openspace.gaia.addClippingSphere(name, radius)

removeClippingBox

Return type: void

Signature
openspace.gaia.removeClippingBox()