Getting Started
...
Glossary
N-Z Terms

Quad

3min

A quad is a four-sided polygon that is used to represent a wide variety of objects in 2D and 3D graphics, including shapes, characters, and scenery. A quad is a type of polygon, which is a closed figure with three or more straight sides.

Quads are defined by their vertices, which are the points where the lines meet. The number of vertices in a quad determines its shape. A quad has four vertices, and its shape is similar to a rectangle or square.

Quads can be convex or concave. A convex quad has all of its interior angles less than 180 degrees, while a concave quad has at least one interior angle that is greater than 180 degrees.

Quads are used in a variety of ways in computer graphics. They can be used to represent the shape of objects, to create outlines, and to fill areas with color. Quads can also be used to create textures and to render 3D objects.

Here are some of the benefits of using quads in computer graphics:

  • Simple to create and manipulate: Quads are relatively simple to create and manipulate, which makes them well-suited for use in a variety of applications.
  • Efficient to render: Quads can be rendered efficiently, which makes them ideal for use in real-time applications, such as games and simulations.
  • Accurate representation of objects: Quads can be used to accurately represent a wide variety of objects, from simple shapes to complex models.

Here are some of the drawbacks of using quads in computer graphics:

  • Can be less accurate than other methods: Quads are not as accurate as other methods for representing 3D objects, such as triangles.
  • Can be computationally expensive: Quad-based models can be computationally expensive to render, especially for complex models.
  • Can be difficult to handle: Quad-based models can be difficult to handle, especially for complex models.

Overall, quads are a versatile and powerful tool that can be used to represent a wide variety of objects in computer graphics. However, it is important to be aware of the benefits and drawbacks of quads before using them in your projects.

Feedback

Please be sure to submit issues or feature requests through the embedded feedback form. In the event it is a major issue please contact us directly through Discord.

Updated 03 Apr 2024
Doc contributor
Did this page help you?