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
String
size
vec3
position
vec3
Return type: void
openspace.gaia.addClippingBox(name, size, position)
addClippingSphere
Creates a clipping sphere for the Gaia renderable in the first argument
Parameters
name
String
radius
Number
Return type: void
openspace.gaia.addClippingSphere(name, radius)
removeClippingBox
Return type: void
openspace.gaia.removeClippingBox()