Skip to content

Releases: Theverat/NormalmapGenerator

3D Preview Testing

20 May 16:01
Compare
Choose a tag to compare
3D Preview Testing Pre-release
Pre-release
  • @arcashka added a 3D preview window powered by OpenGL, thanks!
  • Fixed issue #12 (unnecessary computations)

NormalmapGenerator

20 Apr 11:26
Compare
Choose a tag to compare

NormalmapGenerator

16 Aug 01:06
Compare
Choose a tag to compare

fixed issue #16
testing new 64 bit builds.

NormalmapGenerator

12 Aug 21:22
Compare
Choose a tag to compare
  • improve performance and memory footprint by using pass by ref instead of value
  • fixed missing event for tab switching (e.g. scrolling while hovering the tabs)

NormalmapGenerator

12 Aug 14:45
Compare
Choose a tag to compare

Invert the default normal orientation because it looked wrong in renders and required to always tick "invert height" checkbox.

NormalmapGenerator

21 May 13:27
Compare
Choose a tag to compare

Changelog:

  • New gaussian blur filter for displacement maps, faster and better looking than the old box filter
  • Can now load whole folders at once (e.g. via drag and drop)
  • Can now set custom colors for the user interface
  • New shortcuts: Ctrl+O to open images, numbers 1-4 to switch between tabs, Ctrl+S to save images

The Windows 32bit binary is now statically linked and cross-compiled (built on Linux). This means that it is now a single .exe.
If you have problems running this build, please open a bug report in the issue tracker.

NormalmapGenerator

22 May 12:25
Compare
Choose a tag to compare

Changelog:

  • 50% faster
  • Many user interface improvements, should be easier to use now
  • Can now drop images into the queue list (more intuitive and consistent)

NormalmapGenerator

21 Jan 14:03
Compare
Choose a tag to compare

fixes for Linux wrapper script (takes command line arguments now)
added experimental SSAO generator (unfinished, don't expect good results)
fixed issue #5: save dialog does not ask for file overwrite permission anymore when it's not necessary
fixed issue #6: user can now disable saving of maps for normal save process, too (in addition to queue)

NormalmapGenerator

01 Nov 21:06
Compare
Choose a tag to compare
  • added support for TGA images (only uncompressed and read only): Issue #2
  • can now pass image paths via command line at startup: Issue #4

NormalmapGenerator

25 Oct 17:16
Compare
Choose a tag to compare

Panning and zooming in preview window now possible.
New autodetection that tries to find the best settings for the KeepLargeDetail feature.