Alex
Alex
When complete closes #1416 Complete: - Switch octrees in an existing scene - Progress bar while switching octrees To do: - [x] Check it saves the new octree setting -...
I believe octree has a switch impl method, or we can serialize the octree to a temporary file and deserialize it with the alternate implementation.
When JavaFX is not detected, the following installer will open:  The fields will attempt to auto-populate, however the user can change the fields if they are incorrect. Clicking on...
 Cannot click anything since the scene reset warning is blocking all inputs (despite being at the back of the warning boxes stack).
(Will update as I find more block issues) - [x] Comparator is missing the bottom - [x] Repeaters are missing the bottom - [x] Iron door top is incorrectly in...
* Rewrite the launcher CLI using Apache Commons CLI. * Improve launcher interactive setup. * Setup unit tests for the launcher. This does slightly change the usage of the CLI....
Currently FAST and other sun sampling modes have very different results since FAST forces the sun color to the sunlight color control while other methods sample the sun's texture directly....

This adds an infinite ground plane similar to the water plane.  Currently the texture is set to stone and isn't configurable. Currently the controls are in the `Water` tab...
Fixes #1515 There was a check in the octree intersection code ignoring intersections with air. Removing this broke the water octree. I put a hack that coerces the ray's current...