Fragment Test

You can make alpha test, depth test, and stencil test settings here.

Material Fragment Test Properties

  1. Enables/disables the alpha test using the checkbox.
    You can set alpha test comparison conditions and reference values.
  2. Enables/disables the depth test using the checkbox.
    You can set the process to use for depth test comparison conditions and depth values.
  3. Enables/disables the stencil test using the checkbox.
    You can set items such as stencil test comparison conditions and reference values.
    You can set the process for updating the stencil buffer according to test results.

Alpha test

Material Fragment Test Properties

  1. The alpha test is enabled when this item is selected for comparing alpha values.
  2. Select the alpha value comparison conditions from the pull-down menu.
  3. This item can be set by directly entering a numeric value for the reference value or using the slider.

Depth test

Material Depth Test Properties

  1. The depth test is enabled when this item is selected for comparing depth values.
  2. Select the depth value comparison conditions from the pull-down menu.
  3. Select this item when writing compared depth values to the frame buffer.
  4. Select this item when applying an offset to depth values.
    This item can be set by directly entering a numeric value for the offset to be applied or using the slider window.

Stencil test

Material Stencil Test Properties

  1. The stencil test is enabled when this item is selected for comparing stencil values.
  2. Select the stencil value comparison conditions from the pull-down menu.
  3. This item can be set by directly entering a numeric value for the reference value or using the slider.
  4. This item can be set by directly entering a numeric value for the comparison mask or by using the slider.
  5. Select the stencil buffer update method from the pull-down menu based on stencil test results.

CONFIDENTIAL