MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator

github.com/Theverat/NormalmapGenerator @v0.4.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.4.4 ↗ · + Follow
136 symbols 195 edges 28 files 22 documented · 16% updated 5y agov0.4.5_beta · 2017-05-20★ 48118 open issues

Browse by type

Functions 120 Types & classes 16
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

This is a program to generate normal-, spec- and displacementmaps from image textures in one go. It supports stack processing and a few other nice features, but has some rough edges and is still in development.

Download

See the releases section. Usually there are Windows (32 bit) and Linux (64 bit) binaries available on each release.

Screenshot

screenshot

Features

  • Fully multithreaded with OpenMP, will use all available CPU cores
  • Keep Large Detail (see below for details)
  • Fast and easy way to create normal, spec and displacementmaps

Keep Large Detail

One of the things I hate about classic normalmap generators is how they handle large image textures: usually the normalmap is unusable due to fine detail and the whole information about "large detail" (the overall curvature) is lost.

This is a large texture generated the classic way: kld_disabled

When used in a rendering, it will look like this: kld_disabled_render

What the feature I called "Keep Large Detail" does is that it blends a downscaled version of the image over the original image, thus retaining the overall curvature information while still showing fine detail: kld_enabled

Rendered, it looks much better: kld_enabled_render

Planned Features

  • Ambient occlusion maps
  • And the issues marked as enhancement

Core symbols most depended-on inside this repo

Shape

Method 118
Class 14
Enum 2
Function 2

Languages

C++100%

Modules by API surface

src_gui/mainwindow.cpp59 symbols
src_generators/gaussianblur.cpp8 symbols
src_gui/aboutdialog.cpp7 symbols
src_generators/normalmapgenerator.cpp7 symbols
src_generators/intensitymap.cpp7 symbols
src_gui/graphicsview.cpp6 symbols
src_generators/ssaogenerator.cpp6 symbols
src_gui/listwidget.cpp4 symbols
src_gui/graphicsscene.cpp4 symbols
src_gui/clickablelabel.h4 symbols
src_generators/boxblur.cpp3 symbols
src_gui/queueitem.cpp2 symbols

For agents

$ claude mcp add NormalmapGenerator \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page