mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Updated default levels and pre-exposed ACES Tonemapper
This commit is contained in:
parent
7035a4a709
commit
1212e72d11
12 changed files with 95 additions and 167 deletions
|
|
@ -5,10 +5,12 @@
|
|||
originalFilePath="C:/dev/T3D/PRs/MiscFixes20220525/Templates/BaseGame/game/data/Prototyping/Materials/FloorGray.png">
|
||||
<Material
|
||||
Name="FloorGray"
|
||||
mapTo="FloorGray">
|
||||
mapTo="FloorGray"
|
||||
originalAssetName="FloorGray">
|
||||
<Material.Stages>
|
||||
<Stages_beginarray
|
||||
DiffuseMapAsset="Prototyping:FloorGray_ALBEDO"/>
|
||||
DiffuseMapAsset="Prototyping:FloorGray_ALBEDO"
|
||||
Roughness="0.2"/>
|
||||
</Material.Stages>
|
||||
</Material>
|
||||
</MaterialAsset>
|
||||
|
|
|
|||
|
|
@ -5,10 +5,12 @@
|
|||
originalFilePath="C:/dev/T3D/PRs/MiscFixes20220525/Templates/BaseGame/game/data/Prototyping/Materials/WallOrange.png">
|
||||
<Material
|
||||
Name="WallOrange"
|
||||
mapTo="WallOrange">
|
||||
mapTo="WallOrange"
|
||||
originalAssetName="WallOrange">
|
||||
<Material.Stages>
|
||||
<Stages_beginarray
|
||||
DiffuseMapAsset="Prototyping:WallOrange_ALBEDO"/>
|
||||
DiffuseMapAsset="Prototyping:WallOrange_ALBEDO"
|
||||
Roughness="0.2"/>
|
||||
</Material.Stages>
|
||||
</Material>
|
||||
</MaterialAsset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue