Scene parameters
| Parameter | Meaning | Possible values | Default | 
| Quality | Rendering quality of the components | "High", "Medium", "Low" | Medium | 
| Background.Color | Color of the scene, the same color applies to all cells | java.awt.Color value asString | #000000 | 
| Background.Transparent | Transparent background affects image saving, i.e. save image with or without background color | true, false | true | 
| Background.Smooth | Smooth backgound means that the background color will be a linearly interpolated to a brighter color | true, false | false | 
| Depthcue | Enable/disable depth cue (fog) effect | true, false | false | 
| Depthcue.Near | Start position of fog relative to the view point | Integer value as String | 0 | 
| Depthcue.Far | End position of fog relative to the view point | Integer value as String | 40 | 
| Clipping.Near | Position of the near clipping plane | Float value as String | -59.9 | 
| Clipping.Far | Position of the far clipping plane | Float value as String | 450 | 
| SynchronousMode | Synchronous navigation (rotate, zoom, shift) in all cells | true, false | false 
 |