away3d / away3d-core-fp11

Away3D engine for Flash Player 11
http://www.away3d.com
Other
639 stars 274 forks source link

An error occurred in the combination of Lost Context and Filter3DRenderer #669

Closed utibenkei closed 10 years ago

utibenkei commented 10 years ago

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.

utibenkei commented 10 years ago

Additional information on this issue

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.

gonchar commented 10 years ago

fixed. Thank you for the issue!