Skip to content

Releases: Theverat/NormalmapGenerator

3D Preview Testing

3D Preview Testing Pre-release
Pre-release

Choose a tag to compare

@Theverat Theverat released this 20 May 16:01
  • @arcashka added a 3D preview window powered by OpenGL, thanks!
  • Fixed issue #12 (unnecessary computations)

NormalmapGenerator

Choose a tag to compare

@Theverat Theverat released this 20 Apr 11:26

fixed issue #21

NormalmapGenerator

Choose a tag to compare

@Theverat Theverat released this 16 Aug 01:06

fixed issue #16
testing new 64 bit builds.

NormalmapGenerator

Choose a tag to compare

@Theverat Theverat released this 12 Aug 21:22
  • 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

Choose a tag to compare

@Theverat Theverat released this 12 Aug 14:45

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

NormalmapGenerator

Choose a tag to compare

@Theverat Theverat released this 21 May 13:27

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

Choose a tag to compare

@Theverat Theverat released this 22 May 12:25

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

Choose a tag to compare

@Theverat Theverat released this 21 Jan 14:03

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

Choose a tag to compare

@Theverat Theverat released this 01 Nov 21:06
  • 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

Choose a tag to compare

@Theverat Theverat released this 25 Oct 17:16

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