geometric theory task 3 3 d the basics

5
Geometric Theory Geometry 3D computer graphics provide work the same values discovered in 2D vector artwork, but use a further axis. When conceiving 2D vector artwork, the computer sketches the image by contriving points on X and Y axes (creating coordinates) and connecting these points with paths (lines). The subsequent forms can be filled with hue and the lines caressed with hue and thickness if required. <iframe width="420" height="315" src="http://www.youtube.com/embed/BH3ngkv0ug8" frameborder="0" allowfullscreen></iframe> 3D programs function on a grid of 3D co-ordinates. 3D co-ordinates are pretty much the identical as 2D co- ordinates except there’s a third axis known as the Z or ‘depth’ axis.

Upload: thomasgiblin16

Post on 26-Jun-2015

164 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Geometric theory task 3 3 d the basics

Geometric Theory

Geometry

3D computer graphics provide work the same values discovered in 2D vector artwork, but use a further axis. When conceiving 2D vector artwork, the computer sketches the image by contriving points on X and Y axes (creating coordinates) and connecting these points with paths (lines). The subsequent forms can be filled with hue and the lines caressed with hue and thickness if required.

<iframe width="420" height="315" src="http://www.youtube.com/embed/BH3ngkv0ug8" frameborder="0" allowfullscreen></iframe>

3D programs function on a grid of 3D co-ordinates. 3D co-ordinates are pretty much the identical as 2D co-ordinates except there’s a third axis known as the Z or ‘depth’ axis.

Page 2: Geometric theory task 3 3 d the basics

Geometric Theory and Polygons

The rudimentary object utilised in mesh modelling is a vertex, a issue in three dimensional space. Two vertices attached by a directly line become an edge. Three vertices, connected to each other by three borders, define a triangle, which is the simplest polygon in Euclidean space. More convoluted polygons can be created out of multiple triangles, or as a single object with more than 3 vertices. Four aligned polygons (generally referred to as quads) and triangles are the most common shapes that are used in polygonal modelling. A group of polygons, attached to each other by distributed vertices, is generally mentioned to as an element. Each of the polygons making up an component is called a face.

In Euclidean geometry, any three non-collinear points work out a plane. For this reason, triangles habitually live a single plane. This is not necessarily true of more convoluted polygons, although. The flat nature of triangles makes it easy to determine their surface usual, a three-dimensional vector perpendicular to the triangle's exterior. Surface normal's are helpful for determining lightweight transport in ray finding.

A assembly of polygons which are attached by distributed vertices is mentioned to as a mesh, often furred to as a wireframe model.

http://www.secondlifeupdate.com/news-and-stuff/importing-3d-mesh-objects-finally-coming-to-second-life/

In order for a mesh to emerge appealing when rendered, it is desirable that it be non-self-intersecting, meaning that no edge passes through a polygon.

Page 3: Geometric theory task 3 3 d the basics

Another way of looking at this is that the mesh will not pierce itself. It is also attractive that the mesh not comprise any mistakes such as doubled vertices, edges, or faces. For some reasons it is important that the mesh be a manifold – that is, that it does not comprise holes or singularities (locations where two distinct parts of the mesh are attached by a lone vertex).

http://en.wikipedia.org/wiki/Polygonal_modeling

Primitives

In 3D submissions, pre-made things can be utilised to make forms out of diverse forms, the most basic of this forms are the Standard Primitive things, or the widespread Primitives, these forms alter from the rudimentary cube or box to spheres, cylinders, pyramids (both triangular and rectangle founded) and cones. They are utilised as the beginning point for modelling. They can be revised one time created.

Surfaces

Polygons can be defined as specific surfaces and then have hue, texture or photographic charts added to them to create the yearned gaze. The demonstration below displays how a map is brandished as if the object has been unwrapped.

Page 4: Geometric theory task 3 3 d the basics

http://goanna.cs.rmit.edu.au/~gl/teaching/Interactive3D/2012/images/uv-unwrap.jpg