Hi everyone,
Working with away3d a while now and got introduced to it by my co worker so most of my question got answered by him. But now since he is doing something else I hope someone on the forum can help me out.
I worked with 3.6 a long time and now since 4.0 is out I updated my project with it.. Was quite a mess to be honest. But I was hoping to find some documentation with all the changes that were made, only I couldnt find that.
Could anyone tell me where to look? Cause if I find changes like this and spend some time to figure out that I needed to change the default vars that have been added.. to give an example..
var tLightMapMethod:LightMapMethod = new LightMapMethod(tLightmapTexture);
var tLightMapMethod:LightMapMethod = new LightMapMethod(tLightmapTexture, "multiply", true);
Ive changed a lot of issues like this and I was hoping to spare some time if I can just search in some document if it got some changes.
Thanks,