Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Settings

...

Section
Column
width55%
Corona Bitmap

UVM Mapping

Use Real-World Scale When turned on, applies the map to objects using the real-world Width and Height values instead of UV values.

Map Channel – Allows to specify a map channel.

Offset (U;V) – Controls a horizontal/vertical offset.

Tiling (U;V) Controls a horizontal/vertical tiling.

Tiling Mode:

No Tiling For UV coordinates outside of [0,1] range the bitmap returns black color.
Repeat Tiling The bitmap is periodically repeated outside of [0,1] range (i.e. for UV coordinates u = 0, v = 1.2 it will have the same value as u = 0, v = 0.2).
Mirrored Tiling The bitmap is periodically repeated, but each odd repetition is mirrored (i.e. for UV coordinates u = 0, v = 1.2 it will have the same value as u = 0, v = 0.8). This means the repetition is seamless.
Clamp For UV coordinates outside of [0,1] range the bitmap has the value of the closest valid pixel in the range (i.e. for UV coordinates u = 0, v = 5 it will have value of u = 0, v = 1). Often called "clamping".

W Rotation [deg] – Rotates the map in Z axis.

Column
width5%


Column
width40%

Image Added

...

Section
Column
width55%

Environment mapping

Mode:

Spherical Most common format of environment bitmaps, bitmap pixel coordinates correspond to spherical coordinates.
Screen Tries to map bitmap in such a way that it is mapped parallel to the camera sensor.
Dome Similar to spherical, but the sphere is not infinite, it has a given center and size.
Cross Common format from computer games - bitmap stores environment as unfolded cube.
Mirror Ball Mapping computed from rays reflecting from perfect mirror sphere (quite uncommon, but it was requested by the users).

Rotation [deg] – Rotates the map in X axis.

Transform from object – If used, the bitmap rotation in the environment slot (and dome origin, if dome mapping is used) is controlled by transform from a selected scene object. The other bitmap rotations are still applied on top of this.

UI Text Box
typenote

Rotation in any axis can be used, so this can be used to tilt maps.

Dome Mode

Origin X/Y/Z – Sets the centerpoint of the virtual dome in the scene, using the units specified in 3ds Max.

Radius Sets the size of the virtual dome, using the units specified in 3ds Max. The value should be at least a bit larger than the scene size, or unexpected results may occur. A good practice is to use a value similar to the scale of the environment in the image.

Camera height  Controls how much of the image is on the "floor" of the virtual dome, and how much is on the dome itself. If you know the height of the camera when the image was taken, use that value. If you do not know the height of the camera, adjust this by eye to minimize distortion on the floor of the dome.

Column
width5%


Column
width40%

Image Added


...

Section
Column
width55%

Crop/Place

OnMakes crop/place active.

Crop –  Makes Crop active.

Place –  Makes Place active.

View Image –  Opens a window that shows the bitmap surrounded by a region outline with handles at its sides and corners

U/V – Crops/Places the bitmap by UV coordinates.

Width/Height – Crops – Crops/Places the bitmap by width/height values.

Column
width5%


Column
width40%

Image Added

...

Section
Column
width55%

Channel Outputs

AlphaWhen map is used together with constant color, alpha determines how they are mixed (alpha = 1 - only map is used, alpha = 0 only color is used.). Here the user can select how is the alpha computed:

None (Opaque)Alpha is always 1.
RGB IntensityAlpha is computed from RGB color.
Image AlphaAlpha is taken from image (if present, e.g. in TGA/PNG) or set to 1 if missing.

Mono When the output of map is supposed to be a single channel (e.g. for material roughness), this is how we compute it.

RGB IntensityComputed from RGB color.
Image AlphaSingle channel is taken from image (if present, e.g. in TGA/PNG) or set to 1 if missing.

RGBActual color output when map is used for color inputs (e.g. diffuse color in material).

RGBActual color stored in bitmap.
ImageAlphaasgrayGray color is computed from alpha stored in the image.

Column
width5%


Column
width40%

Image Added

...

Section
Column
width55%

Color Space

Selects the color space of the input texture. The texture values are transformed from the selected space to the space in which the material tree is evaluated. It is a Linear sRGB with the Gamma workflow or current rendering space with the OCIO workflow.

RGB Primaries:

Linear sRGB

Standard sRGB (red, green, blue)

Classic color space with a limited gamut.
ACEScg

The input is interpreted as ACEScg

ACES linear color space

, before using the texture, the pixel values are transformed into linear sRGB

with AP1 primaries, it was designed for computer graphics operations.
Raw

Space, where

the

values are exactly the same as they were in the input file

pixel values are used without any transformations, it is intended, for example, for normal maps.
Auto

The color space will be

One of the three spaces above is selected based on the file name(e.g.

when the file name ends with "_srgb", the "sRGB" option will be selected)

''_acescg'' suffix leads to selection of the ACEScg option). In OCIO workflow, the rules are defined in the config file.

Column
width5%


Column
width40%

Image Added

...

Section
Column
width55%

Bitmap

Load MapSelects the bitmap using the standard file browser.

ReloadReloads the bitmap file using the same name and path. You don’t need to use the file browser to reload the bitmap after you've updated it in your paint program. Clicking reload for any instance of the map updates the map in all sample slots and in the scene.

Column
width5%


Column
width40%

Image Added

...

Section
Column
width55%

Filtering

Blur – Controls the blurriness of the image.

InterpolationDetermines how we compute a color for a given UV coordinates from the bitmap. The bitmap is discrete - e.g. pixel has constant color, but pixel has an area and UV coordinates tells us we want color from a given point. The color from such a point is computed from surrounding pixels.

Bilinear (faster)Finds four closest pixels to the UV coordinate and mix their color depending on how close they are to the UV coordinate.
Bicubic (smoother)Similar to bilinear, but includes even more pixels in the color computation.
Nearest Neighbour (low quality, faster) It just finds pixel closest to the UV coordinate and returns the color.

Column
width5%


Column
width40%

Image RemovedImage Added

Examples

...

Section
Column
width0%


Column
width50%

Tiling

Image slider
Panel
titleU: 0.25, V: 0.25

Panel
titleU: 0.5, V: 0.5

Panel
titleU: 1.0, V: 1.0

Panel
titleU: 2.0, V: 2.0

Panel
titleU: 4.0, V: 4.0

Column
width50%

W Rotation

Image slider
Panel
title0 degree

Panel
title10 degrees

Panel
title20 degrees

Panel
title45 degrees

Panel
title75 degrees

Panel
title90 degrees

...