3d Computer Graphics Article Index for
3d
Articles about
3d Computer Graphics
Website Links For
Computer Graphics
 

Information About

3d Computer Graphics




3D computer graphics are different from 2D Computer Graphics in that a Three-dimensional representation of geometric data is stored in the computer for the purposes of performing calculations and rendering 2D images. Such images may be for later display or for real-time viewing. Despite these differences, 3D computer graphics rely on many of the same Algorithm s as 2D computer Vector Graphics in the Wire Frame Model and 2D computer Raster Graphics in the final rendered display. In computer graphics software, the distinction between 2D and 3D is occasionally blurred; 2D applications may use 3D techniques to achieve effects such as lighting, and primarily 3D may use 2D rendering techniques.

3D computer graphics are often referred to as 3D Models . Apart from the rendered graphic, the model is contained within the graphical data file. However, there are differences. A 3D model is the Mathematical representation of any Three-dimensional object (either inanimate or living). A model is not technically a graphic until it is visually displayed. Due to 3D Printing , 3D models are not confined to virtual space. A model can be displayed visually as a two-dimensional image through a process called '' 3D Rendering ,'' or used in non-graphical Computer Simulation s and calculations.


OVERVIEW


The process of creating 3D computer graphics can be sequentially divided into three basic phases: 3D Modeling which describes the ''shape'' of an object, Layout and Animation which describes the ''motion'' and ''placement'' of objects within a scene, and 3D Rendering which produces an ''image'' of an object.


Modeling

See Also: 3D modeling


with Raytracing and Ambient Occlusion using Blender and Yafray ]]
The model describes the shape of an object. The two most common sources of 3D Model s are those originated on the computer by an artist or engineer using some kind of 3D modeling tool, and those Scanned into a computer from real-world objects. Models can also be produced Procedurally or via Physical Simulation .


Layout and animation

See Also: Computer animation



Before object may be rendered, it must be placed within a scene. This is what defines the spatial relationships between objects in a scene including location and size. Animation refers to the ''temporal'' description of an object, i.e., how it moves and deforms over time. Popular methods include Keyframing , Inverse Kinematics , and Motion Capture , though many of these techniques are used in conjunction with each-other. As with modeling, Physical Simulation is another way of specifying motion.


Rendering

See Also: 3D rendering


Rendering converts a model into an image either by simulating Light Transport to get photorealistic images, or by applying some kind of style as in Non-photorealistic Rendering . The two basic operations in realistic rendering are transport (how much light gets from one place to another) and scattering (how surfaces interact with light). This step is usually performed using 3D Computer Graphics Software or a 3D Graphics API . The process of altering the scene into a suitable form for rendering also involves 3D Projection which allows a three-dimensional image to be viewed in two dimensions.


DISTINCT FROM PHOTOREALISTIC 2D GRAPHICS

Not all computer graphics that appear 3D are based on a wireframe model. 2D computer graphics with 3D Photorealistic effects are often achieved without wireframe modeling and are sometimes indistinguishable in the final form. Some Graphic Art Software includes filters that can be applied to 2D vector graphics or 2D raster graphics on transparent layers. Visual Art ists may also copy or visualize 3D effects and Manually Render photorealistic effects without the use of filters. ''See also Still Life .''


HISTORY

William Fetter was credited with coining the term Computer Graphics in 1960, to describe his work at Boeing . One of the first displays of computer animation was '' Futureworld '' ( 1976 ), which included an Animation of a human face and hand — produced by Ed Catmull and Fred Parke at the University Of Utah .

An extensive history of computer graphics can be found at this page .


SEE ALSO





EXTERNAL LINKS




REFERENCES

-->