All images from Inspired 3D Modeling and Texture Mapping by Tom Capizzi, series edited by Kyle Clark and Michael Ford. Reprinted with permission. | |
Subdivision modeling techniques are used to take a low-resolution polygonal object and increase the resolution using a smoothing algorithm to create a high-resolution model. Several methods work quite well to accomplish this task.
Polygon smoothing is conceptually the simplest type of subdivision modeling. The original polygonal model (Figure 1) is defined as the low-resolution cage, and the higher-resolution geometry is created directly from it (Figure 2). You can use subdivision steps to determine the final resolution of the resultant model. As a rule, the resolution should begin with one single subdivision and increase from there based on the need of the model. The entire model can be subdivided, or selected faces can be subdivided.
[Figures 1, 2] Polygon smoothing is a predictable and easy way to create a high-resolution model from a low-resolution model. | |
Some disadvantages include the following:
Subdivision surfaces use an internal interpretation of the polygonal mesh into another entity type. This entity type behaves similarly to NURBS surfaces. The easiest way to understand this process is to look at Pixar’s RenderMan, which creates subdivision surfaces.
Within a low-resolution cage are quadrangles and triangles. In RenderMan, these entity types are treated differently. A quadrangle is assigned a NURBS surface. Every quadrangle in a polygonal mesh has an infinitely smooth surface that is tangent to the adjacent surfaces. At render time, these surfaces are tessellated adaptively at a pixel level. This unique tessellation method allows for unbelievable detail when rendering displacement maps on relatively simple surfaces.
Triangles, however, are not defined as NURBS surfaces. They are defined as subdivided triangles, in a similar way that smoothed polygons behave. The ability to tessellate adaptively is reduced.
Maya behaves differently than RenderMan. The geometry can still displace better than any smoothed polygon model, and the areas where quads transition into triangles are treated differently.
These points can be seen as advantages that subdivision surfaces in Maya have over smoothed polygonal models.
Other advantages include the following:
Page 1 2 3 4 5 6 7 | Next >> | |||||