Box modeling: Difference between revisions

Content deleted Content added
Greatpoo (talk | contribs)
No edit summary
Citation bot (talk | contribs)
Alter: title. | Use this bot. Report bugs. | Suggested by Superegz | Category:3D computer graphics | #UCB_Category 147/147
 
(65 intermediate revisions by 41 users not shown)
Line 1:
{{About|the 3D modeling system|the application of box modeling to complex systems|Box model (disambiguation)}}
'''Box modeling''' is a technique in [[3D modeling]] as an alternative to spline modeling where primitives are used in place of individual [[vertices]]. While a primary function of box modeling involves extruding and scaling what are known as '''faces''', another more prominent feature of this art style gives it a second, less rudimentary name of [[subdivision]] modeling. (See [[subdivision surfaces]])
{{Refimprove|date=July 2014}}
 
'''Box modeling''' is a technique in [[3D modeling]] where a primitive shape (such as a box, cylinder, sphere, etc.) is used to make the basic shape of the final model. This basic shape is then used to sculpt out the final model. The process uses a number of repetitive steps to reach the final product, which can lead to a more efficient and more controlled modelling process.<ref name="Box Modeling">{{cite web|title=Box modeling Technique|date=2002–2004|accessdate=14 April 2013|last=Jonaitis|first=Jeff|url=http://www.jjonaitis.com/tuto/tuto2.htm|url-status=dead|archiveurl=https://web.archive.org/web/20140321180302/http://www.jjonaitis.com/tuto/tuto2.htm|archivedate=2014-03-21}}</ref>
 
==Subdivision==
[[Subdivision surface|Subdivision]] modeling is derived from the idea that as a work is progressed, should the artist want to make their work appear less sharp, or "blocky", each face would be divided up into smaller, more detailed faces (usually into sets of four). However, more experienced box modelers manage to create their model without subdividing the faces of the model. Basically, box modeling is broken down into the very basic concept of polygonal management.
 
==Quads==
{{art-stub}}
[[Quadrilateral]] faces, commonly named "quads", are the fundamental entity in box modeling. If an artist were to start with a cube, the artist would have six quad faces to work with before extrusion. While most applications for three-dimensional art provide abilities for faces up to any size, results are often more predictable and consistent when working with quads. This is so because if one were to draw an ''X'' connecting the corner vertices of a quad, the [[surface normal]] is nearly always the same. We say ''nearly'' because, when a quad is something other than a perfect parallelogram (such as a rhombus or trapezoid), the surface normal would be different. Also, a quad subdivides into two or four triangles cleanly, making it easier to prepare the model for software that can only handle triangles.
 
==Advantages and disadvantages==
[[Category:Computer art]]
Box modeling is a modeling method that is quick and easy to learn. It is also appreciably faster than placing each point individually. However, it is difficult to add high amounts of detail to models created using this technique without practice.
 
==References==
 
{{Reflist}}
 
{{DEFAULTSORT:Box Modeling}}
[[Category:3D computer graphics]]