mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
shift pbrconfig to ORM
This commit is contained in:
parent
22b0785c73
commit
0c7811bd1a
54 changed files with 879 additions and 680 deletions
|
|
@ -69,7 +69,7 @@ TerrainMaterial::TerrainMaterial()
|
|||
mMacroDistance( 500.0f ),
|
||||
mParallaxScale( 0.0f ),
|
||||
mIsSRGB(false),
|
||||
mInvertSmoothness(false)
|
||||
mInvertRoughness(false)
|
||||
{
|
||||
initMapSlot(DiffuseMap);
|
||||
initMapSlot(NormalMap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue