App handles most of the render related settings, as well as some other things.
| Variable name
| Variable type
| Description
| Default (beta 4.22)
|
| Background. | sub group | See App.Background |
|
| DPI | positive integer value | The amount of dots per inch to render with | 86.0
|
| GUI. | sub group | See App.GUI |
|
| autosaveTime | decimal positive value | The interval in minutes between autosaves | 30.0
|
| borderWidth | decimal positive value | The width of the borders around objects | 0.10
|
| borders | true or false | Sets if borders should be rendered | true
|
| chainDensityFactor | decimal positive value | The density per circle in a chain divided by two | 20.0
|
| dragToolStrength | decimal positive value | The strength multiplier per distance unit for the drag tool | 0.25
|
| drawBCs | true or false | If collision radius should be visible | false
|
| drawBodyCenters | true or false | If the center of the object should be visible as a dot (Toggle: [F6]) | false
|
| drawCollisions | true or false | If collision lines should be drawn (Toggle: [F8] | false
|
| drawMapOBBs | true or false | If the oriented bounding box map should be visible | false
|
| drawOBBs | true or false | If the minimum oriented bounding box | false
|
| drawParticleCenters | true or false | If the center of particles (water) should be drawn as a dot | false
|
| drawParticleNeighbors | true or false | If the connection of particles (water) should be drawn as lines | false
|
| drawSelectionOBB | true or false | App.drawOBBs for objects selected | false
|
| drawVertices | true or false | If the vertices on polygons should be drawn as a dot (Toggle: [F7]) | false
|
| fadeColor | array of three decimal values | Used in GroovyOn, easteregg function | [0.0, 0.0, 0.0]
|
| fadeRotate | decimal value | Used in GroovyOn, easteregg function | 0.0
|
| fadeScale | array of two decimal values | Used in GroovyOn, easteregg function | [0.95, 0.95]
|
| fadeTranslate | array of two decimal values | Used in GroovyOn, easteregg function | [0.0, 0.0]
|
| language | string | Language of the user interface | "English"
|
| lineWidth | positive decimal value | Width of the line when drawing | 4.0
|
| maxPointDist | positive decimal value | The maximum distance between vertices when drawing. Lower = higher resolution of vertices | 0.5
|
| maxSPHspawn | positive integer value | The maximum allowed number of water particles to be created | 10000
|
| maxUndo | positive integer value | The maximum number of undo operations | 25
|
| metaCutoff | decimal positive value | | 0.5
|
| minPointDist | decimal positive value | minimum distance between vertices drawn by draw tool | 0.20
|
| pointSize | positive decimal value //(integer recommended?) | size of vertex points(if visible) | 4.0
|
| polyTCFactor | array of two decimal values | | [10.0, 10.0]
|
| redo | function | |
|
| selectColor | array of three decimal values | color of selection border around selected objects | [1.0, 0.5, 0.5]
|
| simRunning | true or false | if sim should be running or paused | false
|
| simpleWater | true or false | if simple water rendering should be used | false
|
| undo | function | self-explanatory |
|
| waterColor | array of three decimal values | | [0.1, 0.1, 1.0, 0.7]
|
| waterElongation | decimal positive value | multiplier for stretching of water drops when speed increases | 0.050
|
| waterFanceyFactor | decimal positive value | quality of fancy water rendering | 10.0
|
| waterMaxElongation | decimal positive value | Maximum stretch of fancy water droplets | 2.0
|