This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

billboards_impostor_base

The billboards_impostor_base material is used for impostors. This material can be used for project optimization to replace a Cluster object with ObjectBillboards.

States#

The States tab contains the following settings and options:

States

Material Settings, States tab

Deferred Buffers#

Deferred Buffers enables rendering of the material into the deferred buffers. If a material is transparent, information about it is not written into the deferred buffers by default. Enabling this state for a transparent material allows this material to write into deferred buffers and, therefore, to participate in post effects.

Lerp#

Lerp enables smooth linear interpolation of sprites when the camera rotates around the object. This state should be enabled if grabbed impostor textures store low number of frames (i.e., the Phi and Theta values are small).

Options#

AO Map#

AO Map enables the ambient occlusion effect. This effect is used to modulate global environment illumination using baked shadows from environment probes. Enabling the option activates the ambient occlusion texture.

Shading Map#

Shading Map enables the shading texture for the material.

Specular Map#

Specular Map enables using of the B channel of the shading texture as a specular reflection intensity map.

Microfiber Map#

Microfiber Map enables using of the Alpha channel of the shading texture as a microfiber map.

Translucent Map#

Translucent Map activates an additional translucent texture.

Depth Map#

Depth Map activates an additional depth texture.

Post Processing#

SSAO#

SSAO enables the Screen-Space Ambient Occlusion effect.

SSR#

SSR enables the Screen-Space Reflections effect.

SSS#

SSS enables the Subsurface Scattering effect.

DOF#

DOF enables the Depth of Field effect.

Motion Blur#

Motion Blur enables motion blur.

Sun Shafts#

Sun Shafts simulates visible volumetric shadows occurring when a bright world light source is partially obscured by the object.

Textures#

The Textures tab allows setting textures for billboards:

Material Settings, Textures tab

Base Textures#

The following base texture types are available:

Albedo Texture#

The albedo texture specifies the color of the impostor surface. To create an albedo texture for an impostor, use the Impostors Creator tool: the texture is set automatically after generation.

The texture is 4-channelled (RGBA):

  1. RGB values store color information.
  2. Alpha (A) value stores transparency information.

Shading Texture#

The shading texture is a container for four different textures:

  • R channel stores the metalness texture.
  • G channel stores the roughness texture.
  • B channel stores the specular texture.
  • A channel stores the microfiber texture.
    Notice
    The texture from this channel can be used only if the Microfiber Map option is enabled.

Normal Texture#

Normal texture. To create a normal texture for an impostor, use the Impostors Creator tool: the texture is set automatically after generation.

Optional Textures#

Ambient Occlusion Texture#

Ambient occlusion texture modulates the global environment illumination, for example, when an object is lighter at the top from the sky above, and darker at the bottom from the ground below. The texture uses only R channel.

Translucent Texture#

Translucent texture stores information on the material's translucency. For example, by using this texture, it is possible to specify parts of the object that aren't translucent (the Translucent parameter won't affect them).

The texture is 1-channelled.

Depth Texture#

Depth texture stores information on the material's depth.

The texture is 1-channelled.

Parameters#

This tab represents parameters available for the material. All parameters have default values, which can be replaced with your own. Availability of some parameters can depend on the values set in the States tab.

Material Settings, Parameters tab

Base Parameters#

Material Mask#

Material mask is a decal bit mask. If the material mask of a decal material matches the material mask of the surface material, the decal is projected onto the surface.

Base Parameters#

Notice
By default, all parameters are set to 1.0. You should adjust them to achieve the required result.
Albedo#

Albedo is a multiplier of the base color of the surface provided by the albedo texture.

Metalness#

Metalness is a multiplier of metalness.

Roughness#

Roughness is a multiplier of the roughness of a surface.

Specular#

Specular is a multiplier for the intensity of highlight provided by the specular texture.

Microfiber#

Microfiber is a coefficient to scale the intensity of microfiber (provided by the microfiber texture). The higher the value, the higher the microfiber texture effect is.

Translucent#

Translucent is a scale of the translucency effect, which allows the light to pass through the object, but diffuses it, so objects on the opposite side are not clearly visible.

Shadow Offset#

Shadow Offset sets an offset of impostors shadows.

Normal Intensity#

Normal Intensity is a coefficient to scale the intensity of normals (provided by the normal map). The higher the value, the higher the normal texture effect is.

Transform Parameters#

This group of parameters determines coordinates transformation of impostors.

Transform Parameters
Phi#

Phi determines the number of frames grabbed into the impostor texture (horizontal camera rotation).

Theta#

Theta determines the number of frames grabbed into the impostor texture (vertical camera rotation).

Size#

Size of the object for which impostors were grabbed.

Pivot Offset#

Pivot Offset is the offset of the pivot point from the center of the object's bounding box.

Last update: 2019-08-16
Build: ()