3D computer graphics, sometimes called
CGI, 3D-CGI or three-dimensional
computer graphics
Computer graphics deals with generating images and art with the aid of computers. Computer graphics is a core technology in digital photography, film, video games, digital art, cell phone and computer displays, and many specialized applications. ...
, are graphics that use a
three-dimensional
In geometry, a three-dimensional space (3D space, 3-space or, rarely, tri-dimensional space) is a mathematical space in which three values (''coordinates'') are required to determine the position (geometry), position of a point (geometry), poi ...
representation of geometric data (often
Cartesian) that is stored in the computer for the purposes of performing calculations and rendering
digital images, usually
2D images but sometimes
3D images. The resulting images may be stored for viewing later (possibly as an
animation
Animation is a filmmaking technique whereby still images are manipulated to create moving images. In traditional animation, images are drawn or painted by hand on transparent celluloid sheets to be photographed and exhibited on film. Animati ...
) or displayed in
real time.
3D computer graphics, contrary to what the name suggests, are most often displayed on two-dimensional displays. Unlike
3D film and similar techniques, the result is two-dimensional, without visual
depth. More often, 3D graphics are being displayed on
3D displays, like in
virtual reality
Virtual reality (VR) is a Simulation, simulated experience that employs 3D near-eye displays and pose tracking to give the user an immersive feel of a virtual world. Applications of virtual reality include entertainment (particularly video gam ...
systems.
3D graphics stand in contrast to
2D computer graphics which typically use completely different methods and formats for creation and rendering.
3D computer graphics rely on many of the same
algorithm
In mathematics and computer science, an algorithm () is a finite sequence of Rigour#Mathematics, mathematically rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algo ...
s as 2D computer
vector graphics
Vector graphics are a form of computer graphics in which visual images are created directly from geometric shapes defined on a Cartesian plane, such as points, lines, curves and polygons. The associated mechanisms may include vector displ ...
in the
wire-frame model and 2D computer
raster graphics
upright=1, The Smiley, smiley face in the top left corner is a raster image. When enlarged, individual pixels appear as squares. Enlarging further, each pixel can be analyzed, with their colors constructed through combination of the values for ...
in the final rendered display. In computer graphics software, 2D applications may use 3D techniques to achieve effects such as
lighting
Lighting or illumination is the deliberate use of light to achieve practical or aesthetic effects. Lighting includes the use of both artificial light sources like lamps and light fixtures, as well as natural illumination by capturing daylight. ...
, and similarly, 3D may use some 2D rendering techniques.
The objects in 3D computer graphics are often referred to as
3D models. Unlike the rendered image, a model's data is contained within a graphical data file. A 3D model is a
mathematical
Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
representation of ''any''
three-dimensional
In geometry, a three-dimensional space (3D space, 3-space or, rarely, tri-dimensional space) is a mathematical space in which three values (''coordinates'') are required to determine the position (geometry), position of a point (geometry), poi ...
object; a model is not technically a ''graphic'' until it is displayed. A model can be displayed visually as a two-dimensional image through a process called
3D rendering
3D rendering is the 3D computer graphics process of converting 3D models into 2D images on a computer. 3D renders may include photorealistic effects or non-photorealistic styles.
Rendering methods
Rendering is the final process of creati ...
, or it can be used in non-graphical
computer simulation
Computer simulation is the running of a mathematical model on a computer, the model being designed to represent the behaviour of, or the outcome of, a real-world or physical system. The reliability of some mathematical models can be determin ...
s and calculations. With
3D printing, models are rendered into an actual 3D physical representation of themselves, with some limitations as to how accurately the physical model can match the virtual model.
History
William Fetter was credited with coining the term ''computer graphics'' in 1961 to describe his work at
Boeing
The Boeing Company, or simply Boeing (), is an American multinational corporation that designs, manufactures, and sells airplanes, rotorcraft, rockets, satellites, and missiles worldwide. The company also provides leasing and product support s ...
. An early example of interactive 3-D computer graphics was explored in 1963 by the
Sketchpad program at
Massachusetts Institute of Technology's Lincoln Laboratory. One of the first displays of computer animation was ''
Futureworld'' (1976), which included an
animation
Animation is a filmmaking technique whereby still images are manipulated to create moving images. In traditional animation, images are drawn or painted by hand on transparent celluloid sheets to be photographed and exhibited on film. Animati ...
of a human face and a hand that had originally appeared in the 1971 experimental short ''
A Computer Animated Hand'', created by
University of Utah students
Edwin Catmull
Edwin Earl Catmull (born March 31, 1945) is an American computer scientist and animator who served as the co-founder of Pixar and the President of Walt Disney Animation Studios. He has been honored for his contributions to 3D computer graphics, ...
and
Fred Parke.
3-D computer graphics software began appearing for
home computer
Home computers were a class of microcomputers that entered the market in 1977 and became common during the 1980s. They were marketed to consumers as affordable and accessible computers that, for the first time, were intended for the use of a s ...
s in the late 1970s. The earliest known example is ''3D Art Graphics'', a set of 3-D computer graphics effects, written by Kazumasa Mitazawa and released in June 1978 for the
Apple II
Apple II ("apple Roman numerals, two", stylized as Apple ][) is a series of microcomputers manufactured by Apple Computer, Inc. from 1977 to 1993. The Apple II (original), original Apple II model, which gave the series its name, was designed ...
.
Virtual reality, Virtual Reality 3D is a version of 3D computer graphics.
With the first headset coming out in the late 1950s, the popularity of VR didn't take off until the 2000s. In 2012 the Oculus Rift, Oculus was released and since then, the 3D VR headset world has expanded.
Overview
3D computer graphics production workflow falls into three basic phases:
#
3D modeling
In 3D computer graphics, 3D modeling is the process of developing a mathematical coordinate-based Computer representation of surfaces, representation of a surface of an object (inanimate or living) in Three-dimensional space, three dimensions vi ...
– the process of forming a computer model of an object's shape
# Layout and
CGI animation – the placement and movement of objects (models, lights etc.) within a scene
#
3D rendering
3D rendering is the 3D computer graphics process of converting 3D models into 2D images on a computer. 3D renders may include photorealistic effects or non-photorealistic styles.
Rendering methods
Rendering is the final process of creati ...
– the computer calculations that, based on light placement,
surface types, and other qualities, generate (rasterize the scene into) an image
Modeling
The modeling describes the process of forming the shape of an object. The two most common sources of 3D models are those that an artist or engineer originates on the computer with some kind of
3D modeling tool, and models
scanned into a
computer
A computer is a machine that can be Computer programming, programmed to automatically Execution (computing), carry out sequences of arithmetic or logical operations (''computation''). Modern digital electronic computers can perform generic set ...
from real-world objects (Polygonal Modeling, Patch Modeling and NURBS Modeling are some popular tools used in 3D modeling). Models can also be produced
procedurally or via
physical simulation.
Basically, a 3D model is formed from points called vertices that define the shape and form
polygons. A polygon is an area formed from at least three vertices (a triangle). A polygon of n points is an n-gon. The overall integrity of the model and its suitability to use in animation depend on the structure of the polygons.
Layout and animation
Before rendering into an image, objects must be laid out in a
3D scene. This defines spatial relationships between objects, including
location and
size
Size in general is the Magnitude (mathematics), magnitude or dimensions of a thing. More specifically, ''geometrical size'' (or ''spatial size'') can refer to three geometrical measures: length, area, or volume. Length can be generalized ...
. 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). These techniques are often used in combination. As with animation,
physical simulation also specifies motion.
Stop Motion has multiple categories within such as
Claymation
Claymation, sometimes called clay animation or plasticine animation, is one of many forms of stop-motion animation. Each animated piece, either character or background, is "deformable"—made of a malleable substance, usually plasticine cl ...
,
Cutout,
Silhouette
A silhouette (, ) is the image of a person, animal, object or scene represented as a solid shape of a single colour, usually black, with its edges matching the outline of the subject. The interior of a silhouette is featureless, and the silhouett ...
,
Lego
Lego (, ; ; stylised as LEGO) is a line of plastic construction toys manufactured by the Lego Group, a privately held company based in Billund, Denmark. Lego consists of variously coloured interlocking plastic bricks made of acrylonitri ...
,
Puppets, and
Pixelation.
Claymation
Claymation, sometimes called clay animation or plasticine animation, is one of many forms of stop-motion animation. Each animated piece, either character or background, is "deformable"—made of a malleable substance, usually plasticine cl ...
is the use of models made of clay used for an animation. Some examples are
Clay Fighter and
Clay Jam.
Lego
Lego (, ; ; stylised as LEGO) is a line of plastic construction toys manufactured by the Lego Group, a privately held company based in Billund, Denmark. Lego consists of variously coloured interlocking plastic bricks made of acrylonitri ...
animation is one of the more common types of stop motion. Lego stop motion is the use of the figures themselves moving around. Some examples of this are
Lego Island and
Lego Harry Potter.
Materials and textures
Materials and textures are properties that the render engine uses to render the model. One can give the model materials to tell the render engine how to treat light when it hits the surface. Textures are used to give the material color using a color or albedo map, or give the surface features using a
bump map or
normal map. It can be also used to deform the model itself using a
displacement map.
Rendering
Rendering converts a model into an image either by simulating
light transport to get photo-realistic images, or by applying an art 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 3-D computer graphics software or a
3-D graphics API.
Altering the scene into a suitable form for rendering also involves
3D projection
A 3D projection (or graphical projection) is a Design, design technique used to display a three-dimensional (3D) object on a two-dimensional (2D) surface. These projections rely on perspective (graphical), visual perspective and aspect analysi ...
, which displays a three-dimensional image in two dimensions. Although 3-D modeling and CAD
software
Software consists of computer programs that instruct the Execution (computing), execution of a computer. Software also includes design documents and specifications.
The history of software is closely tied to the development of digital comput ...
may perform 3-D rendering as well (e.g.,
Autodesk 3ds Max or
Blender), exclusive 3-D rendering software also exists (e.g., OTOY's
Octane Rendering Engine, Maxon's Redshift)
File:Engine movingparts.jpg, A 3-D rendering with ray tracing and ambient occlusion using Blender and YafaRay
File:Dunkerque 3d.jpeg, A 3-D model of a ''Dunkerque''-class battleship rendered with flat shading
File:Cannonball stack with FCC unit cell.jpg, During the 3-D rendering step, the number of reflections "light rays" can take, as well as various other attributes, can be tailored to achieve a desired visual effect. Rendered with Cobalt
Cobalt is a chemical element; it has Symbol (chemistry), symbol Co and atomic number 27. As with nickel, cobalt is found in the Earth's crust only in a chemically combined form, save for small deposits found in alloys of natural meteoric iron. ...
.
File:Penthouse Rendering.jpg, A 3-D rendering of a penthouse
Software
3-D computer graphics software produces
computer-generated imagery
Computer-generated imagery (CGI) is a specific-technology or application of computer graphics for creating or improving images in Digital art, art, Publishing, printed media, Training simulation, simulators, videos and video games. These images ...
(CGI) through
3D modeling
In 3D computer graphics, 3D modeling is the process of developing a mathematical coordinate-based Computer representation of surfaces, representation of a surface of an object (inanimate or living) in Three-dimensional space, three dimensions vi ...
and
3D rendering
3D rendering is the 3D computer graphics process of converting 3D models into 2D images on a computer. 3D renders may include photorealistic effects or non-photorealistic styles.
Rendering methods
Rendering is the final process of creati ...
or produces 3-D models for analytical, scientific and industrial purposes.
File formats
There are many varieties of files supporting 3-D graphics, for example, Wavefront .obj files, .fbx and .x DirectX files. Each file type generally tends to have its own unique data structure.
Each file format can be accessed through their respective applications, such as DirectX files, and
Quake. Alternatively, files can be accessed through third-party standalone programs, or via manual decompilation.
Modeling
3-D modeling software is a class of 3-D computer graphics software used to produce 3-D models. Individual
programs of this class are called modeling applications or modelers.
3-D modeling starts by describing 3 display models : Drawing Points, Drawing Lines and Drawing triangles and other Polygonal patches.
3-D modelers allow users to create and alter models via their 3-D
mesh. Users can add, subtract, stretch and otherwise change the mesh to their desire. Models can be viewed from a variety of angles, usually simultaneously. Models can be rotated and the view can be zoomed in and out.
3-D modelers can export their models to
files, which can then be imported into other applications as long as the
metadata
Metadata (or metainformation) is "data that provides information about other data", but not the content of the data itself, such as the text of a message or the image itself. There are many distinct types of metadata, including:
* Descriptive ...
are compatible. Many modelers allow
importers and
exporters to be
plugged-in, so they can read and write data in the native formats of other applications.
Most 3-D modelers contain a number of related features, such as
ray tracers and other rendering alternatives and
texture mapping facilities. Some also contain features that support or allow animation of models. Some may be able to generate
full-motion video of a series of rendered scenes (i.e.
animation
Animation is a filmmaking technique whereby still images are manipulated to create moving images. In traditional animation, images are drawn or painted by hand on transparent celluloid sheets to be photographed and exhibited on film. Animati ...
).
Computer-aided design (CAD)
Computer aided design software may employ the same fundamental 3-D modeling techniques that 3-D modeling software use but their goal differs. They are used in
computer-aided engineering,
computer-aided manufacturing
Computer-aided manufacturing (CAM) also known as computer-aided modeling or computer-aided machining is the use of software to control machine tools in the manufacturing of work pieces. This is not the only definition for CAM, but it is the most ...
,
Finite element analysis
Finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical models, mathematical modeling. Typical problem areas of interest include the traditional fields of structural ...
,
product lifecycle management
In industry, product lifecycle management (PLM) is the process of managing the entire lifecycle of a product from its inception through the engineering, design, and manufacture, as well as the service and disposal of manufactured products. ...
,
3D printing and
computer-aided architectural design.
Complementary tools
After producing a video, studios then
edit
Edward Ma, known professionally as edIT, is an American electronic music producer and DJ based in Los Angeles. He is a member of the Glitch Mob.
History
After growing up in Boston, Edward Ma began his career as a DJ and got into music produ ...
or
composite the video using programs such as
Adobe Premiere Pro
Adobe Premiere Pro is a video editing application developed by Adobe Inc. and is distributed as part of the Adobe Creative Cloud suite. It is primarily used for producing high-quality videos across various industries.
History Original A ...
or
Final Cut Pro at the mid-level, or
Autodesk Combustion,
Digital Fusion,
Shake at the high-end.
Match moving
In visual effects, match moving is a technique that allows the insertion of 2D elements, other live action elements or CG computer graphics into live-action footage with correct position, scale, orientation, and motion relative to the photograph ...
software is commonly used to match live video with computer-generated video, keeping the two in sync as the camera moves.
Use of real-time computer graphics engines to create a cinematic production is called
machinima
Machinima () is the use of Real-time computing, real-time computer graphics engines to create a cinematic production. The word "Machinima" is a portmanteau of the words ''machine'' and ''Film, cinema''. According to Guinness World Records, ma ...
.
Other types of 3D appearance
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 wire-frame 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
The visual arts are art forms such as painting, drawing, printmaking, sculpture, ceramics, photography, video, image, filmmaking, design, crafts, and architecture. Many artistic disciplines such as performing arts, conceptual art, and texti ...
ists may also copy or visualize 3D effects and
manually render photo-realistic effects without the use of filters.
2.5D
Some
video game
A video game or computer game is an electronic game that involves interaction with a user interface or input device (such as a joystick, game controller, controller, computer keyboard, keyboard, or motion sensing device) to generate visual fe ...
s use
2.5D graphics, involving restricted projections of three-dimensional environments, such as
isometric graphics or
virtual cameras with fixed angles, either as a way to improve performance of the
game engine or for stylistic and gameplay concerns. By contrast, games using 3D computer graphics without such restrictions are said to use true 3D.
Other forms of animation
Cutout is the use of flat materials such as paper. Everything is cut out of paper including the environment, characters, and even some props. An example of this is
Paper Mario
''Paper Mario'' is a video game series and part of the ''Mario'' franchise, developed by Intelligent Systems and published by Nintendo. It combines elements from the role-playing, action-adventure, and puzzle genres. Players control a ...
.
Silhouette
A silhouette (, ) is the image of a person, animal, object or scene represented as a solid shape of a single colour, usually black, with its edges matching the outline of the subject. The interior of a silhouette is featureless, and the silhouett ...
is similar to cutouts except they are one solid color, black.
Limbo
The unofficial term Limbo (, or , referring to the edge of Hell) is the afterlife condition in medieval Catholic theology, of those who die in original sin without being assigned to the Hell of the Damned. However, it has become the gene ...
is an example of this.
Puppets are dolls and different puppets used in the game. An example of this would be
Yoshi's Wooly World.
Pixelation is when the entire game appears pixelated, this includes the characters and the environment around them. One example of this is seen in
Shovel Knight.
See also
*
Graphics processing unit
A graphics processing unit (GPU) is a specialized electronic circuit designed for digital image processing and to accelerate computer graphics, being present either as a discrete video card or embedded on motherboards, mobile phones, personal ...
(GPU)
*
List of 3D computer graphics software
*
3D data acquisition and object reconstruction
*
3D projection on 2D planes
*
Geometry processing
*
Isometric graphics in video games and pixel art
*
List of stereoscopic video games
*
Medical animation
*
Render farm
References
External links
A Critical History of Computer Graphics and Animation(
Wayback Machine
The Wayback Machine is a digital archive of the World Wide Web founded by Internet Archive, an American nonprofit organization based in San Francisco, California. Launched for public access in 2001, the service allows users to go "back in ...
copy)
How Stuff Works - 3D Graphics* (Wayback Machine copy)
How 3D Works- Explains 3D modeling for an illuminated manuscript
{{DEFAULTSORT:3d Computer Graphics Software
Science fiction themes
Computer graphics
3D graphics software
Computer graphics
Computer graphics deals with generating images and art with the aid of computers. Computer graphics is a core technology in digital photography, film, video games, digital art, cell phone and computer displays, and many specialized applications. ...
Visual effects