Is there a limit?

Started by
8 comments, last by SonShadowCat 22 years, 6 months ago
i just learned how to make basic 3d objects( triangles and quads) i was wondering if there is a limit to the number of sides you make with polygon thx "Those who serve no purpose, have no purpose"
--------------------------------- "Those who serve no purpose, have no purpose."- SSC Oh the possibilities!!Edited By - SonShadowCat on Your Girlfriends Birthday
Advertisement
No, there shouldn''t be in any complient set of drivers. Polygon''s are ''bad'' though, they''re slower for most situations. Stick to triangles, quads, and their derived forms.

[Resist Windows XP''s Invasive Production Activation Technology!]
lol bad

ok if you say so
triangles are hard enough

"Those who serve no purpose, have no purpose"
--------------------------------- "Those who serve no purpose, have no purpose."- SSC Oh the possibilities!!Edited By - SonShadowCat on Your Girlfriends Birthday
(Null and Void), I''m hoping you don''t mean to say triangles and quads aren''t polygons? I guess that instead you can say.... the use of N-gons serves a role in determining dynamic (and perhaps static) efficiency, where smaller values for N correspond to faster rendering times. Recall though, that as N goes to infinity, you''re simply plotting a circle........which in most cases is just as efficient as an N-sided polygon with a low-valued N. This seems paradoxal, but remember that when calculating the plot for a circle, the GPU takes into consideration the formula for drawing out such shapes, which demonstrates the use of (mostly) preprocessed primitives. This contrasts with drawing a shape with a finite number of sides.

Since this deviates greatly from the question at hand, I''ll shut up now

Btw, such limits depend on available memory (allocated space), but for all practical purposes there is no limit.
|-|A[k3R$Z R //|-|AT |V|Ak3 t|-|3 //0R|_D g0 R0|_|||D!!
oh lord, my head just started spinning

"Those who serve no purpose, have no purpose"
--------------------------------- "Those who serve no purpose, have no purpose."- SSC Oh the possibilities!!Edited By - SonShadowCat on Your Girlfriends Birthday
quote:Original post by HyprLogik
Recall though, that as N goes to infinity, you''re simply plotting a circle...


Just niggling, but you''re actually plotting an ellipse, of which a circle is a special case (where all interior angles are equal).
I was talking about the GL_POLYGON rendering modes in general.

[Resist Windows XP''s Invasive Production Activation Technology!]
quote:Original post by Oluseyi
Original post by HyprLogik
Recall though, that as N goes to infinity, you''re simply plotting a circle…


Just niggling, but you''re actually plotting an ellipse, of which a circle is a special case (where all interior angles are equal).

Damn, Don''t remind me of calculus ! As my head approaches its limit, my brain wants to explode.
Another problem with polygons which are not triangles is that after some transformations, the N points may be not set on the same plane anymore (due to floating points inacuracy) which may result in strange rendering effects.

Triangles, however, always defines one plane (unless the three points have the same coords).
quote:Original post by Oluseyi
Original post by HyprLogik
Recall though, that as N goes to infinity, you''re simply plotting a circle…


Just niggling, but you''re actually plotting an ellipse, of which a circle is a special case (where all interior angles are equal).

Nice note, but such semantics are of little relevance to this situation. To affirm the specific classification of geometric figures in terms of categorical subsets doesn''t lend significance to the matter. But here I go again, and I''m being a hypocrite

By the way, my life is like a polygon: there are many sides to how I present myself; my days are rendered at the waking hour, my position changes throughout my circadian trek, I am constantly culled at inconvenient times, and at the end of the day I am clipped, overwritten, erased from memory, and soon forgotten… (or not)
|-|A[k3R$Z R //|-|AT |V|Ak3 t|-|3 //0R|_D g0 R0|_|||D!!

This topic is closed to new replies.

Advertisement