Hello,

I'm a beginner of away3d.
Is it possible to apply BitmapMaterial in a polygon? Like in a plane:

plane = new 
Plane({*material:my_material*,width:250,height:250,x:0,y:30,segmentsH:1,
segmentsW:1});

I'm creating my poligon like this:

polygon = new RegularPolygon({radius:20000,sides:5});

and want to apply some texture, material on my polygon.

BR,
LĂ­biny

Reply via email to