You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when setting the param in your app-descriptor to true you're receiving an away3D error after starting the app on your device:
Error:Error #3709: The depthAndStencil flag in the applicationdescriptor must match the enableDepthAndStencil Boolean passed to configureBackBuffer on the Context3D object.
setting the _enableDepthAndStencil property in Stage3DProxy to default true will make the error vanish.
it also has something to deal with the fullScreen param in the app-descriptor. didn't quite figure out it's behaviour yet, though.
The text was updated successfully, but these errors were encountered:
@mreshet Can you provide some more information on the suggested solution? I can't find any mention of a workaround involving View3D.render() on the forum page you linked to.
@beautifycode Just to make sure I'm not misunderstand; have you set depthAndStencil flag in the app descriptor to true?
The text was updated successfully, but these errors were encountered: