I’m having a Z-sort problem when I use Planes with TextureMaterials and the alphaBlending property. When I turn off the alphaBlending, everything looks good.
Some fix, or I’m doing something wrong?
Cheers!
AlphaBlending and Z-Sorting problemSoftware: Away3D 4.x |
||
Jeff Ibacache, Newbie
Posted: 11 March 2013 06:53 PM Total Posts: 2 I’m having a Z-sort problem when I use Planes with TextureMaterials and the alphaBlending property. When I turn off the alphaBlending, everything looks good. Some fix, or I’m doing something wrong? Cheers!
|
||
|
||
Łukasz Łazarecki, Newbie
Posted: 08 November 2013 08:37 PM Total Posts: 3 [ # 2 ] You may also try using zOffset property of Object3D and set it to some high negative value. It worked for me. |