hi all, I was looking at the tutorial about away 3-D and Starling interoperation, and for some reason in my scene I get an error at this line
away3dView.render();
the only difference that I see is that in my particular code I’m not using pure away 3-D but instead I use sea3d
the error seems to happen because for some reason at that line of code the away 3-D engine is trying to render the Starling components, based on the error code I see in flash builder, I can see the error at the render line saying that is trying to render the Starling checkered background
why would it try to do that? Did I do something wrong, maybe something that’s not obvious to me, everything else seems to be working okay, except that the 3-D layer is trying to render a 2-D layer…
Thanks!