This happens because you're setting: mesh2.ownCanvas = true; Using the "ownCanvas" method effectively removes depth sorting on an object, but enables bitmap effects such as filters.
J
This happens because you're setting: mesh2.ownCanvas = true; Using the "ownCanvas" method effectively removes depth sorting on an object, but enables bitmap effects such as filters.
J