Hello i would like to know which version of the flex sdk is needed for Away 3d 3.6.0. I have flex 3.5, but i am getting allot of errrors. only about half of the examples compile succesfully. are there other settings i need to be aware of?
example error when trying to run “Advanced_FrustumHotelRoom.as”:
C:\Users\User\Documents\Flash\Away3d\examples_3_6_0\src\Advanced_FrustumHotelRoom.as(296): col: 30 Error: Call to a possibly undefined method transformVector through a reference with static type away3d.core.math:MatrixAway3D.
C:\Users\User\Documents\Flash\Away3d\examples_3_6_0\src\Advanced_FrustumHotelRoom.as(297): col: 25 Error: Implicit coercion of a value of type flash.geom:Vector3D to an unrelated type away3d.core.math:Number3D.
C:\Users\User\Documents\Flash\Away3d\examples_3_6_0\src\Advanced_FrustumHotelRoom.as(303): col: 30 Error: Call to a possibly undefined method transformVector through a reference with static type away3d.core.math:MatrixAway3D
.... and many more.