Reading
1 Comment
If you have an error like this when compiling an Away3D mobile project, check your application.xml and search for these 2 nodes, renderMode and depthAndStencil
< renderMode > direct < /renderMode >
< depthAndStencil > true < /depthAndStencil >
If they are commented, uncomment them and recompile. That should deal with the problem
1 comments:
Thanks for suggestions....
It really works after inserting these two parameters.
Post a Comment