openspace.gaia
Functions overview
Name |
Documentation |
|---|---|
Creates a clipping box for the Gaia renderable in the first argument |
|
Creates a clipping sphere for the Gaia renderable in the first argument |
|
Functions
addClippingBox
Creates a clipping box for the Gaia renderable in the first argument
Parameters
name
Stringsize
vec3position
vec3
Return type: void
Signature
openspace.gaia.addClippingBox(name, size, position)
addClippingSphere
Creates a clipping sphere for the Gaia renderable in the first argument
Parameters
name
Stringradius
Number
Return type: void
Signature
openspace.gaia.addClippingSphere(name, radius)
removeClippingBox
Return type: void
Signature
openspace.gaia.removeClippingBox()