gltfio ubershader mode: set sheen to OPAQUE.

This makes ubershader mode more consistent with jit mode.

SheenChair and ToyCar in the samples repo both have opaque cloth.
This commit is contained in:
Philip Rideout
2022-05-31 14:16:52 -07:00
parent 2eaacd7cb8
commit f2e36c35a4

View File

@@ -2,7 +2,7 @@ material {
name : sheen_${SHADINGMODEL}_${BLENDING},
requires : [ uv0, uv1, color ],
shadingModel : ${SHADINGMODEL},
blending : fade,
blending : opaque,
depthWrite : true,
doubleSided : ${DOUBLESIDED},
transparency : ${TRANSPARENCY},