Diffusely Convolved Cube Map
Contents
Introduction
A diffusely convolved cube map is simply a blurred-down version of a regular cube map. When a shader adds the cube map to the model's diffuse map the result is similar to global-illumination, except it is extremely efficient performance-wise.
|
|
|
The convolved cube map on a normalmapped model. Actual size |
Convolved cube map plus lighting. Actual size |
Lighting without the convolved cube. Actual size |
AMD Cubemapgen
Cubemapgen is great for filtering down cube maps.
|
Some tips for filtering cubemaps in Cubemapgen. Actual size |
Cubemapgen Cube Faces
INPUT |
|||||
Cubemapgen |
3ds Max |
Maya |
CryENGINE 3 |
Unity |
Unreal Engine 3 |
+X |
_RT |
|
|
Left -X |
|
-X |
_LF |
|
|
Right +X |
|
+Y |
_UP |
|
|
Top +Y |
|
-Y |
_DN |
|
|
Bottom -Y |
|
+Z |
_BK |
|
|
Front (+Z) |
|
-Z |
_FR |
|
|
Back (-Z) |
|
OUTPUT |
|||||
Cubemapgen |
3ds Max |
Maya |
CryENGINE 3 |
Unity |
Unreal Engine 3 |
c00 |
|
|
|
Left -X (180°) |
|
c01 |
|
|
|
Right +X (180°) |
|
c02 |
|
|
|
Top +Y |
|
c03 |
|
|
|
Bottom -Y |
|
c04 |
|
|
|
Back -Z (180°) |
|
c05 |
|
|
|
Front +Z (180°) |
|
Cubemapgen Custom Meshes
You can load your own geometry in Cubemapgen using the Load Object button, really helps to see what settings are working well.
You can also load a bitmap for the model using the Load Basemap button. There's a bug right now that causes your Basemap to be mirrored vertically... to fix it pre-flip the bitmap yourself before loading it in Cubemapgen. An Ambient Occlusion Map map makes a great Basemap, or you can use your DiffuseMap.
|
|
|
Custom geometry in Cubemapgen. Actual size |
Basemap is modulated (multiplied) with the cube map. Actual size |
Ambient Occlusion makes a good Basemap. Actual size |
Editing Cubemaps in Photoshop
If your cube map is in DDS cube format, you'll need the NVIDIA DDS plugin to load and save in Photoshop.
Unfortunately NVIDIA introduced some bugs when they updated the plugin, so now DDS cubes don't load mips properly. If you need to load cube maps with mips, here's an old version that does it right.
Links
Cubemaps how-to and why by Zeller Samuel
A great introduction to cubemaps.Cubemaps Tutorial by CGTextures.com
Tutorial using Nvidia's Photoshop plugin, AMD's CubeMapGen, and Photoshop to convert cubemaps to various layouts.CubeMap
Wiki page describing cubemaps.
CategoryTexturing CategoryTextureTypes CategoryEnvironmentMap
