-
Notifications
You must be signed in to change notification settings - Fork 0
Three.js Visualization
Maria Grigorieva edited this page Feb 1, 2019
·
1 revision
The main class of visualization is Scene. Constrictor() contains all main settings for the scene:
- lights
- camera position
- grid
- axis
- quality parameters
- renderer
- control panel
Child class of the Scene. Represents scene settings and data sample parameters for current visualization. This class includes data sample (real and normalized), data sample statistics (real and normalized).