Hello all
This is most probably a dumb question.
I have created a mesh in order to create a plane, using the syntax
var mesh:Mesh = new Mesh(new planeGeometry(100, 200), material);
all is fine, but if I need to retrieve the plane width/height, I can’t find the option;
mesh won’t show width and height; mesh.geometry, neither.
Any ideas?
Thanks!