Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SimulationContext

Hierarchy

  • SimulationContext

Index

Properties

container

container: { height: number; width: number }

Type declaration

  • height: number
  • width: number

objects

objects: { camera: default; composer?: any; particles: KeplerParticles; renderer: WebGL1Renderer; scene: Scene }

Type declaration

  • camera: default
  • Optional composer?: any
  • particles: KeplerParticles
  • renderer: WebGL1Renderer
  • scene: Scene

options

options: SpacekitOptions

simulation

simulation: Simulation

Generated using TypeDoc