Sphere geometry for the three-brain viewer. Wraps a three-brain viewer sphere and supports animation clips for electrode-style data visualization.
Super class
AbstractGeom -> SphereGeom
Public fields
typeGeometry type string (
"sphere").radiusSphere radius in world-space units.
width_segmentsNumber of horizontal segments (longitude).
height_segmentsNumber of vertical segments (latitude).
Methods
SphereGeom$new()
Create a new sphere geometry.
Usage
SphereGeom$new(name, position = c(0, 0, 0), radius = 5, ...)