away3d / away3d-core-openfl

Away3D engine for OpenFL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

z-sort issue with alphaBlending set to false

peteshand opened this issue · comments

Hey
I'm seeing z-sorting issues in HTML5 with a prototype I'm putting together.
You can see what I'm talking about be checking out: http://peteshand.net/away-gl/z-sorting-issue/

I would expect to see issues along these lines if I was using material.alphaBlending = true, how the material alphaBlending set to false and is non transparent, any ideas what would be causing this? I guess it's possible it's an issue in the underlying OpenFL display3D classes

i'm having z-sort issues aswell by running "openfl test windows -Dlegacy" on one of the examples
zbuffer

edit:
i fixed it by installing lime 2.8.3 and openfl 3.5.3, like the readme suggests

I didn't get any closer to solving this issue, but I would guess there is an underlying away3d or OpenFL/WebGL property being incorrectly set. its most likely an something in openfl.display3d.Context3D as it works when targeting AIR/Flash