Hey There,
Sorry for the possibly noobish questions. I am new to Away3D and also kind of new to 3D developing. I am going to use Away3D for a special project the next 6 months, so I will be a regular visitor .
Anyway, I tried like a day to get the whole thing working.. but it simply does not work.
For your info: I have the flash player 11 beta installed. Downloaded the latest src from GitHub, as well as the latest examples.
I put the library files into the config lib directory and the source is in the same directory as the class files/folders. (So this should be set up the correct way right?)
The errors while compiling are (I get them multiple times):
Access of possibly undefined property y through a reference with static type flash.display:Stage3D.
Access of possibly undefined property x through a reference with static type flash.display:Stage3D.
Access of possibly undefined property transparent through a reference with static type flash.display:Stage3D.
The location of these errors is in Stage3DProxy.as
My question is simple: What am I doing wrong or am I missing something?
thanks in advance!!
-Q