Options container
Simulation context or object
Add a particle to this particle system.
Kepler ephemeris
Options container
The index of this article in the attribute list.
Get THREE.js objects that comprise this point cloud
List of objects to add to THREE.js scene
Get unique id for this object.
Unique id
Hides the particle at the given offset so it is no longer drawn. The particle still takes up space in the array though.
Changes the color of the particle at the given offset to the given color.
The new color of this particle (e.g. hex number)
The location of this particle in the attributes * array
Change the origin
attribute of a particle.
The location of this particle in the attributes * array.
The new XYZ coordinates of the body that this particle orbits.
Changes the size of the particle at the given offset to the given size. Setting the size to 0 hides the particle.
The new size of this particle
The location of this particle in the attributes * array
Update the position for all particles
JD date
Generated using TypeDoc
An efficient way to render many objects in space with Kepler orbits. Primarily used by Simulation to render all non-static objects.
Simulation