-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add floor material for preview window remove hdri, need more neutral ones for more widespread conditions
- Loading branch information
1 parent
d9bde0f
commit 670df1f
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
Binary file removed
BIN
-26.6 MB
Templates/BaseGame/game/data/Prototyping/Materials/rogland_clear_night_4k.hdr
Binary file not shown.
4 changes: 0 additions & 4 deletions
4
Templates/BaseGame/game/data/Prototyping/Materials/rogland_clear_night_4k_image.asset.taml
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
Templates/BaseGame/game/tools/materialEditor/gui/GreyPreview.asset.taml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<MaterialAsset | ||
AssetName="GreyPreview" | ||
materialDefinitionName="GreyPreview" | ||
VersionId="1"> | ||
<Material | ||
Name="GreyPreview" | ||
mapTo="GreyPreview" | ||
originalAssetName="GreyPreview"> | ||
<Material.Stages> | ||
<Stages_beginarray | ||
DiffuseColor="0.5 0.5 0.5 1"/> | ||
</Material.Stages> | ||
</Material> | ||
</MaterialAsset> |