Hello,
(seems good to open a new thread for the following)
I'm just migrating some projects to away3d lite, and working to a new
one.
I've some remarks/questions :
- how to get a doublesided plane (with two different textures) ?
- there seem to be some aliasing at plane borders when distorted due
to perspective, which doesnt occur with away3d 3.4
- how to apply a dynamic text texture (from a flex Label component
for example) to an object ? btw cant get such a texture work with aw3d
3.4 neither :
var txt:Label = new Label;
txt.text = 'some text';
mesh.back = new moviematerial(txt);"
thomas