var tri:RegularPolygon = new RegularPolygon(new ColorMaterial(0x00ff00),
100, 3, 1, true);
scene.addChild(tri);

Reply via email to