<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Normal maps from height textures for better bump in renders]]></title><description><![CDATA[<p dir="auto">When I render SketchUp models in a realtime engine, flat photo textures often look disappointingly flat under raking light. Bump maps help, but engines respond much better to tangent-space normal maps, and a lot of free texture sites only ship a grayscale height or displacement map.</p>
<p dir="auto">The workflow I've settled on:</p>
<ol>
<li>Start with any grayscale height texture (bricks, ripples, weave, etc.).</li>
<li>Convert it to a tangent-space normal map. Lately I use a small browser-based tool for this, <a href="http://normalmapbench.com" target="_blank" rel="noopener noreferrer nofollow ugc">normalmapbench.com</a>, because it runs entirely locally (the texture never leaves the machine, which is handy for client work) and it previews the result under a movable light before you export a PNG. It also gives both OpenGL and DirectX variants.</li>
<li>In your renderer's material editor, load the normal map into the bump/normal slot, and keep the height map for displacement if the engine supports it.</li>
</ol>
<p dir="auto">Two things that tripped me up:</p>
<ul>
<li>Green channel direction matters. If the surface detail looks inverted, switch the Y convention (OpenGL vs DirectX) instead of fighting the intensity slider.</li>
<li>Soften the source height map a little before converting. Noisy height data turns into sparkly, glittery normals under sharp sunlight.</li>
</ul>
<p dir="auto">Full disclosure: I built normalmapbench, so take the recommendation with a grain of salt — but the local-preview workflow is what I actually use on client models. How do others here generate normal maps for rendering work?</p>
]]></description><link>https://community.sketchucation.com/topic/165005/normal-maps-from-height-textures-for-better-bump-in-renders</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 03:01:07 GMT</lastBuildDate><atom:link href="https://community.sketchucation.com/topic/165005.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Sep 2026 08:48:11 GMT</pubDate><ttl>60</ttl></channel></rss>