My understanding is that
var point = object.geometry.vertices[i];
will provide the relative position for the x
, y
, and z
of the point within the object's geometry.
Is there a way to obtain the absolute position if the object has been translated, rotated, or scaled?