Placing decals in a level is a simple way to break up uninteresting textures, as well as bring together various level elements like brushes and terrain.
CryENGINE 3 supports Deferred Decal rendering, information on setting this up can be found here: Deferred Decal Setup.
To place a decal in the level, you should first activate Follow Terrain. This ensures that the decal will be visible on the terrain.
Now go to the Misc Object Type library located in the RollupBar and select Decal.
Select the decal by dragging the Decal into the level. The Follow Terrain tool that was previously selected will snap the new object to the terrain as you move it around.
Click to place the decal in its current position. You can then Move/Rotate/Scale the decal by using the Editing Mode commands located in the Edit menu or on the EditingMode ToolBar.
A decal material has to be marked with the Decal flag in the Shader Generation Parameters in the material options, as shown below.
All materials located in the Materials/decals
folder are correctly set up for use as decals.
With the decal selected in the Perspective view, select a material in the Material Editor and click the Assign Material to Selection button.
Decals have 4 different projection types, numbered 0 to 3. To change a decal's projection, select the decal and change the value in the Projection type line, shown below.
The decal will be displayed in the exact same position in space as where you placed the center of the object.
It is advised to only use this project type on flat surfaces, otherwise you may find the decal "floating" in the air.
Planar projection offers the cheapest performance.
The decal will be projected onto the geometry of an object in the level. It will be projected along the opposite direction of the blue Z axis.
This method is automatically done as a deferred pass.
The decal will be projected directly on to the terrain of your level, ignoring any assets that might otherwise receive the projection.
This projection type is a combination of type 2 and 3, and will be displayed on both the terrain and objects.
This method is automatically performed as a deferred pass.
Select the decal entity, activate Reorientate and use mouse shortcuts to place the decal:
Control | Action |
---|---|
CTRL+Click | Move the decal to the desired position |
ALT+click | Scale the decal along the local x/y-axis |
CTRL+ALT+click | Rotate the decal around the local z-axis |
This speeds up placement enormously.
If a placed decal is flickering, follow these steps to ensure that it has been properly set up.
Good placement of decals can bring your level to life. They can also be used to create seamless transitions between many different objects.