mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-07 10:42:15 +02:00
Minor text adjustment
Minor text adjustment
This commit is contained in:
parent
15a6bf00b2
commit
33e5f4ed05
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@
|
|||
<input type="radio" checked name = 'opacityMap' value = 'DO NOT USE' oninput="save('opacityMap', this);">Do not used
|
||||
<input type="radio" name = 'opacityMap' value = 'OPACITY_MAP_MASK' oninput="save('opacityMap', this);">Cut off mask
|
||||
<input type="radio" name = 'opacityMap' value = 'OPACITY_MAP_BLEND' oninput="save('opacityMap', this);">Blend<br>
|
||||
<font class='Explain'>Note: For an opacity map, the alpha layer of the Albedo Map will be used. 'Blend' mode will used the alpha value to determine the opacity of a pixel. 'Cut off mask' mode will use the 'Cut off threshold' to determine if a pixel from will be opaque or transparent, based on the alpha value from the map.</font><br><br>
|
||||
<font class='Explain'>Note: For an opacity map, the alpha layer of the Albedo Map will be used. 'Blend' mode will used the alpha value to determine the opacity of a pixel. 'Cut off mask' mode will use the 'Cut off threshold' to determine if a pixel will be opaque or transparent, based on the alpha value from the map.</font><br><br>
|
||||
<font class='label'>Cut Off Threshold:</font> <input name = 'opacityCutoff_value' readonly type = 'text' size = '5'><br>
|
||||
<input type="range" style="width:100%;" min="0" max="1000" value="0" class="slider" name = 'opacityCutoff' id = 'opacityCutoff' oninput="save('opacityCutoff', this); document.materialEditor.opacityCutoff_value.value = (document.materialEditor.opacityCutoff.value/1000);"><br>
|
||||
<table style='width:100%'><tr><td style='width: 50%; text-align: left;'><font class = 'Explain'>|< Transparent</font></td><td style='width: 50%; text-align: right;'><font class = 'Explain'>Opaque >|</font></td></tr></table>
|
||||
|
|
Loading…
Reference in a new issue