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
To view3D, I set the filters3d .
After that , the lost the context3D and create the new context3D .
The following error will occur .
Error #3709: The depthAndStencil flag in the application descriptor must match the enableDepthAndStencil Boolean passed to configureBackBuffer on the Context3D object.
The text was updated successfully, but these errors were encountered:
In the case of AIR environment , this error occurs .
In the case of Flash Player, black screen is drawn although an error does not occur.
If filter3d is set to null, a display will return.
Then, even if it applies a filter3d again,render of the View3D always is black screen.
To view3D, I set the filters3d .
After that , the lost the context3D and create the new context3D .
The following error will occur .
Error #3709: The depthAndStencil flag in the application descriptor must match the enableDepthAndStencil Boolean passed to configureBackBuffer on the Context3D object.
The text was updated successfully, but these errors were encountered: