Skip to content

Releases: DenDrummer/3D-CaveGen

V 1.0.4

08 Feb 17:13
Compare
Choose a tag to compare

• Fixes crash when switching to view with less slices while slice that would be out of range on the new view is selected
• Fixes world smoothing returning completely filled world

V 1.0.3

18 Jun 13:40
Compare
Choose a tag to compare

improved code quality
might run a few milliseconds faster

V 1.0.2

18 Jun 13:09
Compare
Choose a tag to compare

• increase smoothing performance by moving the conversion back to a boolean 3-dimensional array into the main loop instead of its own separate identical loop
• minor code style changes (mostly added spaces for better readability)

V 1.0.1

17 Jun 18:32
Compare
Choose a tag to compare

• enforced minimum size of the form to 500x500 pixels
• switched Height and Width around in the UI so they correspond with X Y and Z in order

V 1.0.0

17 Jun 14:26
Compare
Choose a tag to compare

Original release