Creating textures from Ornate Photos: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
Line 179: Line 179:
Normalmap: /textures/darkmod/stone/sculpted/girard_local
Normalmap: /textures/darkmod/stone/sculpted/girard_local


Editor Image: /textures/darkmod/stone/sculpted/girard_relief_ed
Editor Image: /textures/darkmod/stone/sculpted/girard_relief_ed ( usually just a jpg of the original image )


Material Def:
Material Def:

Revision as of 05:04, 15 June 2024

(by nbohr1more)

There are a number of texture creation articles in the darkmod wiki with valuable advise regarding texture design.
This article serves to provide more detail about an improved workflow to generate high quality diffuse
and normalmaps from photos with lots of structural detail ( as compared to bricks, cobblestones, etc \ tileable textures).

Many modders who have created textures for the Doom 3 engine have fallen for the pitfalls trying to create or manipulate
normalmap images as they would with any other images which can lead to inverted geometry and other artifacts.
This workflow should help authors create normalmaps closer to the quality of those baked from model geometry.

The Ornate Photo

Pere girard relief small.jpg


This tutorial presumes that we are concerned about creating a texture that illustrates detailed carving or engraving.
The subject will typically be a single physical material such as stone or wood. The techniques can be extended
to complex multi-material sources but will be far more labor intensive.


As best as possible, try to ensure that the photo of the ornate carving is flat with respect to view perspective.
You can correct this a little via the use of rotation and shear translation operations but it is best to start
with a texture that is close to orthographic as possible with as little vanishing point distortion as possible.


Also, it is strongly recommended that the photo source be illuminated by a single light source.
Ideally it would be lit with uniform diffuse lighting but a moderate strength single
directional light also works as long as large portions aren't completely cast by black shadows.

That said, depending on the source photo one could possibly use the lit portions to reconstruct the shaded
areas on a larger scale than the technique offered later in this tutorial.

Tuning the photo for Height Map conversion

The dominant tool for generating normal maps from photo sources in the darkmod community is "njob" but other tools such as
"Crazy Bump", "Awesome Bump", "Materialize" all seem to use the same design where the heightmap extracted from a texture
is inferred by directional shading around features and overall brightness ( AO ) and some percentage of the shading
from the original source photo mixed in. There are plenty of ways that this heuristic can go wrong and decide to invert, flatten,
or emboss the wrong geometry in the texture. To reduce the chance of these issues, you can tune the image prior to feeding it to njob for conversion to heightmap.


The tuning is done by selectively brightening or darkening areas of the photo so that protrusions are brighter and recesses are darker.
There are a number of ways this can be achieved ranging from painting \ airbrushing a transparent bright layer over the image and blurring
it, to painstakingly selecting small sections of the image and using the brightness \ contrast color tool to brighten or darken.
In my experience, for GIMP the easiest way to achieve good clean results is as follows.


( Remember to keep an unaltered version of the original photo source. )

De-Noise the Image

The carved stone or wood will normally have natural color and brightness variations that have nothing to do with
the depth of the 3D structure. We need to create a new image that has as little of that "noise" as possible
so that the depth-map \ normal-map program doesn't try to turn those shades into 3D structures.

  1. Open the original image in GIMP
  2. Use the Layers "From Visible" to make 2 or more copies of the image into various layers
  3. Convert all the layers to grayscale
  4. Make the top layer a multiple layer ( make sure all layers except the bottom have an alpha channel)
  5. Use Brightness \ Contrast or Levels (etc) on the top layer to make the image mostly white with a few dark recesses
  6. Paint areas that are shaded incorrectly ( due to surface color rather than shadows ) white or gray depending on the proximity to shadows
  7. Make another low contrast using the Levels tool and reduce the contrast range ( less deep blacks and bright brights )
  8. Again paint away or airbrush shade variations that aren't due to shadowing
  9. If the contrast needed for the overall image destroys too much shadow detail in specific parts of the image,
    use another layer from the original image and cut out the desired section then tune it's contrast and paint until only shading is visible.
  10. Use the opacity sliders to adjust the relative strength of each layer then flatten the image

Result:

Pere girard edited sm.png

Split the image into Depth Levels

Njob, Awesomebump and other tools are supposed to examine the shading in the image and create the normal maps
but these tools also are used by texture artists to convert heightmaps \ ( depth images ) into normal maps
so they perform a hybrid action of partially interpreting the lighting an partially using depth brightness values.
Because of this, you can either do this step before or after conversion to heightmap ( or both )
depending on how much control you want. With Awesomebump, if you do this step first and import the resulting image
as the diffuse and let Awesomebump bake the other textures ( Normals, Heightmap, AO, etc) you can more easily tailor
depth of the normal map via the detail sliders in the Preview sub-section.

  1. Open the de-noised image in GIMP
  2. Make 4 (or more) layers from visible and label them like "Darkest", "Dark", "Medium", "Bright". ( Bottom darkest to Top brightest )
  3. Make sure all channels except the bottom have an alpha channel
  4. Use Brightness and Contrast to change all layers except "Medium" to a corresponding brightness level
  5. Hide the top 2 layers and use Intelligent Scissors to cut away the furthest part of the "Dark" layer to reveal the "Darkest" layer below it
    (normally the fully flat area)
  6. Use a small pencil or paint brush with the Eraser tool and zoom in to cleanup the rough cut operations
  7. Show the Medium layer and cut away both the furthest and 2nd furthest areas using the same method
  8. Show the Bright layer and cut away all but the closest parts of the geometry
  9. Use the airbrush tool or other methods such as gradients to selectively brighten the closest parts of the image. For heads make sure it's a circular gradient
  10. Flatten the image

Result:

Pere girard edited layers4.png

Export to Heightmap and Normalmap

Now that your image is ready for conversion, you can choose two different ways to proceed. I find that Heightmap and Normalmap results from AwesomeBump are better than Njob but Njob makes
a better AO image from a Normalmap.
In either workflow, feel free to edit the resultant images in GIMP to remove noise, breaks, or smooth color transitions

Njob workflow

  1. Open the edited file in Njob and choose the Diffuse to Height filter
  2. Tune the results so that the ratio of blur to detail is at your preference
  3. Save the results as a heighmap file in your preferred format ( png is probably best )
  4. Use the Heightmap to Normalmap filter and tune the sliders to produce the amount of detail preferred
  5. Save the results as a Normalmap file in TGA format
  6. Use the Normalmap to Ambient Occlusion filter and Save the results as png

AwesomeBump Workflow

  1. Open the edited file in AwesomeBump in the diffuse tab ( top tile in the strip to the right of furthest menu left pane )
  2. Check the "Preview" checkbox
  3. Adjust the Small, Medium, Large, and Huge sliders as well as the Scale and Blur sliders until the Normalmap on the right looks good
  4. Scroll to the bottom and Click "Convert"
  5. Uncheck the Preview checkbox and then click the Normal Map tab ( 2nd tile down ) and Save the result
  6. Click the AO tile ( 3rd tile down ) and adjust the AO details and Save the result

Awesome bump.png

Results:

Girard local7.png

Creating the Diffuse

The objective of the diffuse image is the opposite of the objective of the Normalmap workflow.
We want to preserve color \ shade variation that is NOT due to geometry and shadows.

  1. Open the original image in GIMP
  2. Make a new layer from visible and convert that layer to grayscale
  3. Crank the Brightness and Contrast so that only the darkest shadows are visible in the new layer
  4. Invert the colors of the new layer
  5. Set the layer mode to Brighten only and slide the opacity until most of the shadows areas are neutral
  6. Use the clone tool to copy the background stone areas over the top of the geometry areas to erase most of it

Results:

Pere erased2.png

Add some Ambient Occlusion

The Normalmap often wont be sufficient to preserve all the lighting detail you want so you may wish to add
back some shading to the diffuse but mostly only direction neutral "Ambient Occlusion" shading that wont
look incorrect with directional lights in-game. AO also can give a texture a more "grimey" look.

  1. Open the AO image in GIMP
  2. Open the De-Noised image in GIMP as a new Layer
  3. Crank the Brightness and Contrast of the De-noised image until only the darkest shadows are visible
  4. Use the layer opacity slider to blend the two images and save the results.

Results:

Girard ao2.png

Final Diffuse Tuning

You could use the resultant AO image above in it's own texture ( blend filter stage in a material def )
but it is probably easiest to bake it into the diffuse. We also should try to restore some of the lost detail from the original image

  1. Open the diffuse image in GIMP
  2. Open the AO image as a layer and set the layer mode to multiply
  3. Add an alpha channel to the AO layer then use opacity to blend layers
  4. Open the original image as a layer and use opacity to blend it in making sure that the blend has minimal shadow detail
    You may need to use the "invert high contrast image" trick from above to avoid deep shadows, or you may need to cut out only sections that you wish to enhance
  5. Adjust the contrast range in levels so that none of the details add too much visual noise when illuminated
  6. Make sure you have the GIMP DDS plugin installed then Export to DDS and choose Compression DXT5, Make Mipmaps, and enable Gamma Correction then export

Result:

Girard relief6.png

Material Def and Paths

To ensure that the texture can be easily found in DarkRadiant we will use the folder and naming conventions used by other similar textures

Diffuse: /dds/textures/darkmod/stone/sculpted/girard_relief

Normalmap: /textures/darkmod/stone/sculpted/girard_local

Editor Image: /textures/darkmod/stone/sculpted/girard_relief_ed ( usually just a jpg of the original image )

Material Def:


textures/darkmod/stone/sculpted/girard_relief
{
    stone

    qer_editorimage     textures/darkmod/stone/sculpted/girard_relief_ed
    bumpmap             textures/darkmod/stone/sculpted/girard_local
    diffusemap          textures/darkmod/stone/sculpted/girard_relief
}

If you wanted to keep AO separate to allow for tuning or better light response (etc) here is an alternate design:

textures/darkmod/stone/sculpted/girard_relief
{
    stone

    qer_editorimage     textures/darkmod/stone/sculpted/girard_relief_ed
    bumpmap             textures/darkmod/stone/sculpted/girard_local
    diffusemap          textures/darkmod/stone/sculpted/girard_relief
    {
      blend filter
      map textures/darkmod/stone/sculpted/girard_relief_ao
      rgb 0.7
    }
}

In-Game Review

After placing the material def and images in the correct folder paths for your mission or for the TDM project,
you can now easily test out their appearance in-game just by launching any mission and invoking:


r_materialOverride textures/darkmod/stone/sculpted/girard_relief

in the console. To avoid strange black particles, invoke r_skipParticles 1 as well.
If the in-game results are not satisfactory, figure out which part of the texture has deficiencies and go back to the
step that created the impacted feature and try adjusting to compensate for the in-game appearance ( darken, brighten, change normal strength, etc)

In-Game Results:

Girard Cube.jpg

Girard wall.jpg