Parameter to force software rendering mode

Software: Away3D 4.x

ricovitch, Newbie
Posted: 14 September 2011 07:50 PM   Total Posts: 22

It would be nice to have a simple option or parameter to force software rendering mode, for the sake of testing and optimizing.

Actually i have to change line 239 of Stage3DProxy from :

_stage3D.requestContext3D(); 

to :

_stage3D.requestContext3D(Context3DRenderMode.SOFTWARE); 
   

John Brookes, Moderator
Posted: 15 September 2011 10:46 AM   Total Posts: 732   [ # 1 ]

Ahh thats handy thanks. smile
Used to be able to just remove wmode=direct and it dropped back to software mode. Somethin changed in rc.

   

ricovitch, Newbie
Posted: 20 September 2011 07:54 PM   Total Posts: 22   [ # 2 ]

Yes actually it would be handy to be able to set a parameter for this on View3D instance creation for example.

   

Laurid, Newbie
Posted: 22 October 2011 06:22 PM   Total Posts: 5   [ # 3 ]

Is there such a parameter now? Is it possible to change it at runtime?
Thanks. Laurid

   

ricovitch, Newbie
Posted: 22 October 2011 09:59 PM   Total Posts: 22   [ # 4 ]

I don’t think this is an option to change this at runtime.

The feature requested here is to be able to force software mode at compile time, with minimal effort.
I still can’t find an easy way to do this, without modifiying the Stage3DProxy class.

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X