Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thanks for the example project. This might be a C3 limitation. Once we change zHeight, it looks like C3 then does a pre-draw which breaks how the Alpha Discard effect works.

One possible way is to not change the camera to be parallel to layout, but keep it perpendicular. Then it may not be needed to change the zHeight, but instead can change bounding box size.

The big issue here is that then you probably can't use the normal behaviors to control objects because of the screen orientation.

Transparency & C3 remain a difficult issue for models like this.

(1 edit)

its C3 limitation, this issue is also with in original based 3d shape plugin i ask on forum about this:

https://www.construct.net/en/forum/construct-3/general-discussion-7/3d-boxes-3d-...

I commented in that thread with a possible solution, but I imagine it's a bit more complex than Ashley would want to implement (it would be best if it was an option, not always on.)