Last active
March 21, 2018 15:01
-
-
Save recp/8b91ca234d3ae699e1f90de58116d9cd to your computer and use it in GitHub Desktop.
COLLADA_PBR Extension
This file contains hidden or 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
<extra> | |
<ext name="pbr"> | |
<metallic_roughness> | |
<metallic> | |
<factor>FloatOrParam</factor> | |
<bind_tex ref="texture-0" channel="G" /> | |
</metallic> | |
<roughness> | |
<factor>FloatOrParam</factor> | |
<bind_tex ref="texture-0" channel="B" /> | |
</roughness> | |
</metallic_roughness> | |
<albedo> | |
<tex ref="sampler0" /> | |
<color>1 1 1 1</color> | |
</albedo> | |
</ext> | |
<ext name="normalmap"> | |
<tex ref="texture-1" /> | |
</ext> | |
<ext name="occlusionmap"> | |
<tex ref="texture-2" /> | |
</ext> | |
</extra> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment