-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
830d584
commit 9b32a08
Showing
12 changed files
with
1,221 additions
and
926 deletions.
There are no files selected for viewing
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,23 @@ | ||
<?xml version="1.0"?> | ||
<material> | ||
<technique name="Techniques/UnlitOpaque.xml" quality="0" loddistance="0.000000" /> | ||
<parameter name="MatEnvMapColor" value="1 1 1" /> | ||
<parameter name="NormalScale" value="1.000000" /> | ||
<parameter name="MatDiffColor" value="0 0 0 1" /> | ||
<parameter name="VOffset" value="0 1 0 0" /> | ||
<parameter name="DielectricReflectance" value="0.500000" /> | ||
<parameter name="Metallic" value="1.000000" /> | ||
<parameter name="MatSpecColor" value="0 0 0 1" /> | ||
<parameter name="MatEmissiveColor" value="0 0 0" /> | ||
<parameter name="UOffset" value="1 0 0 0" /> | ||
<parameter name="AlphaCutoff" value="0.500000" /> | ||
<parameter name="Roughness" value="1.000000" /> | ||
<cull value="ccw" /> | ||
<shadowcull value="ccw" /> | ||
<fill value="solid" /> | ||
<depthbias constant="0.000000" slopescaled="0.000000" normaloffset="0.000000" /> | ||
<alphatocoverage enable="false" /> | ||
<lineantialias enable="false" /> | ||
<renderorder value="128" /> | ||
<occlusion enable="true" /> | ||
</material> |
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,24 @@ | ||
<?xml version="1.0"?> | ||
<material> | ||
<technique name="Techniques/LitOpaque.xml" quality="0" loddistance="0.000000" /> | ||
<shader vsdefines="PBR " psdefines="PBR " /> | ||
<parameter name="MatEnvMapColor" value="1 1 1" /> | ||
<parameter name="NormalScale" value="1.000000" /> | ||
<parameter name="VOffset" value="0 1 0 0" /> | ||
<parameter name="MatDiffColor" value="1 1 1 1" /> | ||
<parameter name="DielectricReflectance" value="0.500000" /> | ||
<parameter name="Metallic" value="1.000000" /> | ||
<parameter name="MatSpecColor" value="0 0 0 1" /> | ||
<parameter name="MatEmissiveColor" value="0 0 0" /> | ||
<parameter name="UOffset" value="1 0 0 0" /> | ||
<parameter name="AlphaCutoff" value="0.500000" /> | ||
<parameter name="Roughness" value="1.000000" /> | ||
<cull value="ccw" /> | ||
<shadowcull value="ccw" /> | ||
<fill value="solid" /> | ||
<depthbias constant="0.000000" slopescaled="0.000000" normaloffset="0.000000" /> | ||
<alphatocoverage enable="false" /> | ||
<lineantialias enable="false" /> | ||
<renderorder value="128" /> | ||
<occlusion enable="true" /> | ||
</material> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.