Having problems tracing properties in my mesh:
var _plane = new Mesh(new PlaneGeometry(2000,2000,20,20,true),new TextureMaterial(Cast.bitmapTexture(groundMaterial)));
_plane.geometry.scaleUV(6, 6);
trace(_plane.segments) or segment faces or vertices///errors same with
trace(_plane.geometry.segments) ///errors
Any help would be appreciated