Hi,
I downloaded latest build from https://github.com/away3d/away3d-core-fp11
and examples from https://github.com/away3d/away3d-examples-fp11.
I tried example “Basic_LoadOBJ.as” with target output set to AIR 3.2 for desktop.
I set render mode to “Direct”. I have also added the following line,
<depthAndStencil>true</depthAndStencil>
to XML file (application descriptor).
But i still get the following error,
Error #3709: The depthAndStencil flag in the application descriptor must match the enableDepthAndStencil Boolean passed to configureBackBuffer on the Context3D object.
at flash.display3D::Context3D/configureBackBuffer()
at away3d.core.managers::Stage3DProxy/onContext3DUpdate()