Texturing in DarkRadiant: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
== Natural == | == Natural == | ||
'''Natural''' for one works differently for patches | '''Natural''' for one works differently for patches than for brushes. Basically it tries to apply an undistorted texture with the default scale on the target. This is of course more easily accomplished for brushes (because their textures are always undistorted) than for patches. | ||
== Texture Copy & Paste == | == Texture Copy & Paste == |
Revision as of 16:11, 6 May 2007
In DarkRadiant there are quite some texturing tools available. In order to yield the best results, it's of course useful to know how these tools work, which is what this document is trying to cover.
Brushes vs. Patches
There are some texturing commands that work differently for brushes and patches, because of the way these primitives store their texture information. So beware that using the same command on a brush doesn't always yield the same result when used on patches, although DarkRadiant tries to do its best. Read here to gain some insight about how patches and brushes are technically textured.
Natural
Natural for one works differently for patches than for brushes. Basically it tries to apply an undistorted texture with the default scale on the target. This is of course more easily accomplished for brushes (because their textures are always undistorted) than for patches.
Texture Copy & Paste
These are the most powerful texturing tools in DarkRadiant. There are several of them available, all can be accessed via the Middle Mouse Button (MMB):
- MMB: Copy Texture to Clipboard
- Ctrl-MMB: Project Texture from Clipboard onto Target
- Shift-MMB: Paste Texture Natural (undistorted and seamless) onto Target
- Alt-MMB: Clone Texture Coordinates (Patches only, must have same dimensions)
Please follow the links for a short introduction of these copy & paste operations.