Urho3D/bin/Autoload/LargeData/Materials/PBR/Check.xml
2017-06-13 04:03:48 +01:00

24 lines
971 B
XML

<?xml version="1.0"?>
<material>
<technique name="Techniques/PBR/PBRMetallicRoughDiffNormalSpec.xml" quality="0" loddistance="0" />
<texture unit="diffuse" name="Textures/PBR/Check/Albedo.jpg" />
<texture unit="normal" name="Textures/PBR/Check/Normal.jpg" />
<texture unit="specular" name="Textures/PBR/Check/Properties.jpg" />
<parameter name="UOffset" value="1 0 0 0" />
<parameter name="VOffset" value="0 1 0 0" />
<parameter name="MatDiffColor" value="1 1 1 1" />
<parameter name="MatEmissiveColor" value="0 0 0" />
<parameter name="MatEnvMapColor" value="1 1 1" />
<parameter name="MatSpecColor" value="1 1 1 1" />
<parameter name="Roughness" value="0" />
<parameter name="Metallic" value="0" />
<cull value="ccw" />
<shadowcull value="ccw" />
<fill value="solid" />
<depthbias constant="0" slopescaled="0" />
<alphatocoverage enable="false" />
<lineantialias enable="false" />
<renderorder value="128" />
<occlusion enable="true" />
</material>