<br><br><div><span class="gmail_quote">On 5/13/07, <b class="gmail_sendername">altern</b> &lt;<a href="mailto:altern2@gmail.com">altern2@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>ah!... now i see ... so [rectangle 1 1] is equivalent to<br><br>&nbsp;&nbsp;&nbsp;&nbsp; glBegin(GL_QUADS)<br>&nbsp;&nbsp;&nbsp;&nbsp; glVertex3f(-1.0, 1.0, 0.0)<br>&nbsp;&nbsp;&nbsp;&nbsp; glVertex3f(1.0, 1.0, 0.0)<br>&nbsp;&nbsp;&nbsp;&nbsp; glVertex3f(1.0, -1.0, 0.0)<br>&nbsp;&nbsp;&nbsp;&nbsp; glVertex3f(-1.0
, -1.0, 0.0)<br>&nbsp;&nbsp;&nbsp;&nbsp; glEnd()<br><br>so the final width and height is actually 2 units ... this is a bit<br>confusing in the documentation help patch, i mean i know some opengl but<br>still when i read width height words i thought about the width and
<br>height of a rectangle in normal geometry and not opengl postion of the<br>vertex location from the current position.</blockquote><div><br>You are correct that the size of the rectangle is the dimensions from the center of the object.&nbsp; Arguments can be made for treating size this way or making the size the actual final dimensions in GL units, but both are valid as long as the use is consistent.&nbsp; 
<br></div><br></div><br>