hi all ,
I was testing Alternativa3D 8.17 and Away3D 4.
To upload our 3D content alternativa3D uses stage3D Class .
Whereas in Away3D it doesn’t .
Is there a difference in the way both the engine renders.
How does Away3D 4 use Stage3D API ?Software: Away3D 4.x |
||
sweetkiller, Newbie
Posted: 04 November 2011 08:16 AM Total Posts: 10 hi all , I was testing Alternativa3D 8.17 and Away3D 4.
Whereas in Away3D it doesn’t . Is there a difference in the way both the engine renders. |
||
|
||
Richard Olsson, Administrator
Posted: 06 November 2011 05:17 PM Total Posts: 1192 [ # 2 ] Away3D 4.0 uses Stage3D for rendering, however it does not require you (like Alternativa) to pass a Stage3D instance explicitly. Away3D binds a Stage3D instance itself internally, using the reference to stage that it gets when you add the View3D to the stage. |
||
|