Away3D 4.x examples are running on my Android tablet with Air 3.2rc

Software: Away3D 4.x

openipd, Newbie
Posted: 28 February 2012 04:24 PM   Total Posts: 1

Hi guys,

just let you know I have some of the example apps running (after a small modification to Stage3DProxy.as) on my android tablet (Android 3.2 with Air 3.2 rc) will try on iPad2 next.  The quality is really good!!

Cheers

   

inSertCodE, Sr. Member
Posted: 28 February 2012 04:57 PM   Total Posts: 105   [ # 1 ]

What development program are you using? FlashPro, Flash Builder or some third? Can you please point us some instruction on how to set it up?

 

   

Avatar
Baush, Sr. Member
Posted: 29 February 2012 03:03 AM   Total Posts: 135   [ # 2 ]

Hi openipd, I’ve managed to get my app run on my Samsung galaxy tab 10.1, but barely getting over 2-3fps as opposed to constant 60 fps on desktop. I’m not expecting the same performance, but could you please tell me which changes to Stage3DProxy you made and an example of your air app.xml file?

I use intelliJ for AS3 so I had to merge an Flex SDK with the Air Beta SDK in order for it to work.

Any other clues would be most welcome!

Thanks!

 

   

Abracad, Newbie
Posted: 29 February 2012 10:34 AM   Total Posts: 17   [ # 3 ]

Hi all,
i manage to have a small scene running on my ipad1 at a smooth 60pfs.
I’m using flashdevelop and most of my previous unsuccessful’s tries (yesterday) where due to missing lines in the xml that describes the app.
So here are the importants things not to be missed in the xml file:

<application>

in the <initialWindow> tag, those 2 lines :
<renderMode>direct</renderMode>
<depthAndStencil>true</depthAndStencil>
(instead of this single one : <renderMode>gpu</renderMode>)

to prevent the x and y offset of the context3D :
<fullScreen>false</fullScreen>

not sure this one needs to be set to high but it works with it :
<requestedDisplayResolution>high</requestedDisplayResolution>

don’t forget to use the -swf-version=13 as a compiler option (doesn’t work with -swf-version=15 for me…)

All that should work for android too as i found most of it in topics related to android.

my full xml file in attachements

 

File Attachments
config_molehill.xml  (File Size: 2KB - Downloads: 448)
   

Abracad, Newbie
Posted: 29 February 2012 10:37 AM   Total Posts: 17   [ # 4 ]

the <application> line did not paste correctly. look at the second line in the file. the namespace is to http://ns.adobe.com/air/application/3.2

 

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X