From IT Skills
- http://planetmaker.wthr.us - shaders, astronomy and geo formulas, planets and sun by Kevin Gill https://www.instagram.com/apoapsys/ with Apache License, Version 2.0
uses projection#Equirectangular
Scene Script[edit | edit source]
exposed are the PlanetMaker internals, Three.js, and jQuery APIs.
Script Data Objects[edit | edit source]
- planet
This is the primary PlanetMaker engine which provides access into the internals of the application.
- config
The primary configuration map used by PlanetMaker.
- context
- camera : THREE.PerspectiveCamera
- primaryScene : THREE.Scene foreground
- secondaryScene : THREE.Scene background
- renderer : THREE.WebGLRenderer
- controls : KMG.ExamineControls
- objects : Array<KMG.BaseObject>
- configChanged : boolean
- moons : Array<KMG.MoonObject>
- script : KMG.SceneScript
- lights...