Hello everybody.
I need your help… I have installed away3D 4.1.0 Alpha on FlashDevelop 4.2 and I have Flex SDK 4.5.1 I am trying an Basic_View example but I have a 2 mistakes, which say:
E:\New\src\Main.as(46): col: 71 Error: Access of undefined property Cast.
_plane = new Mesh(new PlaneGeometry(700, 700), new TextureMaterial(Cast.bitmapTexture(FloorDiffuse)));
E:\New\src\Main.as(7): col: 21 Error: Definition away3d.utils could not be found.
import away3d.utils.*;
I have Flash Player 11.5.
I will be very grateful if you will help me.
Thank you.