mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-14 01:40:50 +00:00
Add global blendDepth slider and update default blendDepth for mats
This commit is contained in:
parent
db496fa0c4
commit
60a10f4334
5 changed files with 62 additions and 13 deletions
|
|
@ -68,7 +68,7 @@ TerrainMaterial::TerrainMaterial()
|
|||
mMacroStrength( 0.7f ),
|
||||
mMacroDistance( 500.0f ),
|
||||
mParallaxScale( 0.0f ),
|
||||
mBlendDepth( 0.5f ),
|
||||
mBlendDepth( 0.0f ),
|
||||
mBlendContrast( 1.0f ),
|
||||
mIsSRGB(false),
|
||||
mInvertRoughness(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue