Difference between revisions of "Quad"

From polycount
Jump to: navigation, search
(created quad page)
 
(restored and revised)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
A quad is a four-sided [[Polygon]].
{{:[[OutOfDate]]}}
+
  
= Quad =
+
Some [[:Category:GameEngines|game engines]] use quads instead of triangular polygons, but most engines just use tris.
 +
 
 +
A greater benefit for game artists is that quads work well with edge-loop selection & transform methods that speed up modeling, make it easier to judge the "flow" of a model, and make it easier to weight a [[Skinning|skinned]] model to its bones.
 +
 
 +
Artists usually preserve quads in their models as long as possible. However [[Normal map]]ping usually requires a triangulated model, which keeps the original model's tangent basis consistent, so it will render properly.
 +
 
 +
The artist should try to keep the vertices of each quad [[Coplanar]], or rendering weirdness can happen, because the quad is divided into two triangles at render time. The internal edge between the two tris is determined arbitrarily, so it could look like a ridge or a valley.
 +
 
 +
[[image:ridge_valley.gif]]
 +
 
 +
See also [[Polygon Count]].
  
A four-sided polygon. Some [[RT3D]] engines use quads instead of triangular polygons because it saves NEED DEFINITION, because a square polygon stored as a quad stores only four vertices, whereas a square created with two triangles means transforming six vertices instead of only four. The artist should keep the vertices of the quad [[Coplanar|coplanar]], or rendering weirdness can happen, because the quad is divided into two triangles at render time. The internal edge between the two tris is determined arbitrarily, so it could look like a ridge or a valley.
 
 
----
 
----
[[Category:Glossary]]
+
[[Category:Glossary]][[Category:Rendering]]

Latest revision as of 18:04, 17 March 2015

A quad is a four-sided Polygon.

Some game engines use quads instead of triangular polygons, but most engines just use tris.

A greater benefit for game artists is that quads work well with edge-loop selection & transform methods that speed up modeling, make it easier to judge the "flow" of a model, and make it easier to weight a skinned model to its bones.

Artists usually preserve quads in their models as long as possible. However Normal mapping usually requires a triangulated model, which keeps the original model's tangent basis consistent, so it will render properly.

The artist should try to keep the vertices of each quad Coplanar, or rendering weirdness can happen, because the quad is divided into two triangles at render time. The internal edge between the two tris is determined arbitrarily, so it could look like a ridge or a valley.

Ridge valley.gif

See also Polygon Count.


Personal tools
Namespaces

Variants
Actions
Navigation
Tools