|
|
@ -166,7 +166,8 @@ class MaterialConverter: |
|
|
|
if slot.use_stencil: |
|
|
|
if slot.use_stencil: |
|
|
|
hsgmat.compFlags |= hsGMaterial.kCompNeedsBlendChannel |
|
|
|
hsgmat.compFlags |= hsGMaterial.kCompNeedsBlendChannel |
|
|
|
state.blendFlags |= hsGMatState.kBlendAlpha | hsGMatState.kBlendAlphaMult | hsGMatState.kBlendNoTexColor |
|
|
|
state.blendFlags |= hsGMatState.kBlendAlpha | hsGMatState.kBlendAlphaMult | hsGMatState.kBlendNoTexColor |
|
|
|
state.clampFlags |= hsGMatState.kClampTexture |
|
|
|
if slot.texture and slot.texture.type == "BLEND": |
|
|
|
|
|
|
|
state.clampFlags |= hsGMatState.kClampTexture |
|
|
|
state.ZFlags |= hsGMatState.kZNoZWrite |
|
|
|
state.ZFlags |= hsGMatState.kZNoZWrite |
|
|
|
layer.ambient = hsColorRGBA(1.0, 1.0, 1.0, 1.0) |
|
|
|
layer.ambient = hsColorRGBA(1.0, 1.0, 1.0, 1.0) |
|
|
|
|
|
|
|
|
|
|
|