Hi,
I am developing on the Motorola XOOM tablet with Android OS 3.2.2
with Flash Builder 4.6, AIR 3.2 SDK with the gold release version of AWAY3D 4.0.9 swc
I ran the example Basic_LoadMD2 (16 ogres moving on a checkerboard) on the tablet with
<fullScreen>false</fullScreen>
<visible>true</visible>
<renderMode>direct</renderMode>
<aspectRatio>landscape</aspectRatio>
<autoOrients>true</autoOrients>
<depthAndStencil>true</depthAndStencil>
It can display correctly, both in landscape mode or portrait mode, on the tablet on startup . However, the problem is: after starting up the demo, when I rotate the tablet from landscape to portrait or vice versa, the screen goes black, nothing is shown and the following error pops up in the debugger
Error #2044: Unhandled ErrorEvent:. text=Error #3702: Context3D not available.
I did a search on the forum and found a similar issue
http://away3d.com/forum/viewthread/2083/
May I ask if this is a bug that has not been solved yet or is there something I could have done besides setting
<autoOrients>false</autoOrients>
A similar issue arises when
1. the tablet is set to auto rotate depending on its orientation
2. the demo is set to <autoOrients>false</autoOrients>
3. demo shows fine on startup, its orientation is fixed no matter the orientation of the tablet
4. the tablet goes to sleep
5. the tablet is then placed in another orientation, the screensaver will auto-rotate
6. the tablet is then unlocked
7. the demo will then rotate itself
8. I can no longer view the 3D objects and can only see the Away3D logo
9. the demo then continually auto rotates itself between landscape and portrait mode.