About Sub-D

~ ~
Sub-D (Subdivision)
source:http://en.wikipedia.org/wiki/Subdivision_surface

Subdivision surface是3D計算機圖學的一個領域,藉由粗糙的線性多邊形網格的平滑呈現出來。經過遞歸的模型細分平滑計算過程後粗糙的表面會呈現平滑的面,是以逼近的方式產生接近平滑的表面。
---Wikipedia
A subdivision surface, in the field of 3D computer graphics, is a method of representing a smooth surface via the specification of a coarser piecewise linear polygon mesh. The smooth surface can be calculated from the coarse mesh as the limit of a recursive process of subdividing each polygonal face into smaller faces that better approximate the smooth surface.
Overview



The subdivision surfaces are defined recursively. The process starts with a given polygonal mesh. A refinement scheme is then applied to this mesh. This process takes that mesh and subdivides it, creating new vertices and new faces. The positions of the new vertices in the mesh are computed based on the positions of nearby old vertices. In some refinement schemes, the positions of old vertices might also be altered (possibly based on the positions of new vertices).
This process produces a denser mesh than the original one, containing more polygonal faces. This resulting mesh can be passed through the same refinement scheme again and so on.
The limit subdivision surface is the surface produced from this process being iteratively applied infinitely many times. In practical use however, this algorithm is only applied a limited number of times. The limit surface can also be calculated directly for most subdivision surfaces using the technique of Jos Stam [1], which eliminates the need for recursive refinement.

Refinement schemes
Subdivision surface refinement schemes can be broadly classified into two categories: interpolating and approximating. Interpolating schemes are required to match the original position of vertices in the original mesh. Approximating schemes are not; they can and will adjust these positions as needed. In general, approximating schemes have greater smoothness, but editing applications that allow users to set exact surface constraints require an optimization step. This is analogous to spline surfaces and curves, where Bézier splines are required to interpolate certain control points, while B-splines are not.
There is another division in subdivision surface schemes as well, the type of polygon that they operate on. Some function for quadrilaterals (quads), while others operate on triangles.
by wiki
sample#1 source:http://www.guerrillacg.org/home/3d-polygon-modeling/subdivision-surfaces-overview
張貼者:97116102侯永利

0 意見:

張貼留言

 
© 2009 - Challenge Goal
IniMinimalisKah is proudly powered by Blogger