Lessons


SELECT * FROM Lessons WHERE LessonID=1
RowCount=1
Lesson

Name: 1.1.Lesson: What is 3D Modeling?

Modeler: Test Student

ShareWithPublic: 0

Essential Question

What is 3D modeling?

3D modeling is a computer graphics process of creating a mathematical representation of a 3D object or shape using specialized software. The digital rendering of the physical object is called a 3D model and various industries use them.

 

Day's Agenda

  • Take Attendance
  • Today's Lesson
  • Review Vocabulary 
  • Work on Assignment

Lesson Details

  • Autodesk Website:  What is 3D Modeling?
  • How does 3D modeling work?

    3D modeling starts with an artist generating a 3D primitive using numerous polygons such as a cube, cylinder, plane, or sphere.
  • What are the different types of 3D modeling?

    There are four basic types of 3D modeling: wireframe, surface, solid, and 3D sculpting (or polygonal) modeling. Wireframe modeling shows only the skeletal framework of an object or character using edges and vertices. By contrast, surface modeling uses a polygonal mesh to show a 3D model’s surface texture, shading, and color. Solid modeling goes beyond the surface and ultimately represents both the exterior and interior of the 3D-modeled object. Finally, 3D sculpting, or polygonal modeling, finishes the polygonal mesh of a 3D model with complex details and textures.

    Unlock educational access to Autodesk software

    Autodesk is committed to helping educate tomorrow's leaders. Get free access to our entire portfolio of products with the Autodesk Education plan.

     


  • Ray tracing
    • is a technique used in 3D computer graphics to create realistic images by simulating how light interacts with objects in a scene:
    • How it works: Ray tracing traces the path of light from the camera through the scene, back to the light sources. The color of each pixel is determined by how the light interacts with objects and lights in the scene.
  • Path tracing


  • Polygonal modeling
    • The basic object used in mesh modeling is a vertex, a point in three-dimensional space.
    • Two vertices connected by a straight line become an edge.
    • Three vertices, connected to each other by three edges, define a triangle, which is the simplest polygon in Euclidean space.
    • Four vertices, connected to each other create a quadrilateral(quad), which represents good geometry in 3D modeling.
    • vertex
      • A position (usually in 3D space) along with other information such as color, normal vector and texture coordinates.
    • edge
      • A connection between two vertices.
    • face
      • A closed set of edges, in which a triangle face has three edges, and a quad face has four edges.

Source: https://en.wikipedia.org/wiki/Polygonal_modeling


Vocabulary

3D Modeling creating a mathematical representation of a 3D object
primitive A basic geometric shape
cube A six-sided solid shape with square faces
cylinder A solid shape with a circular base and a top, and a straight side connecting the two
plane A flat, two-dimensional surface that extends infinitely in all directions
sphere A round solid shape with all points on its surface equidistant from its center
mesh A collection of vertices, edges, and faces that defines the shape of a three-dimensional object
color The property of light that enables the human eye to distinguish different wavelengths of visible radiation
ray tracing A technique for rendering images in computer graphics by tracing the path of light from a camera to an object
computer graphics The branch of computer science that deals with creating images using computers
pixel The smallest element of an image on a display screen
path tracing A Monte Carlo rendering technique for producing a digital image by simulating the path of light through a scene
rendering The process of generating an image from a model
illumination The act of lighting up something
camera A device for recording visual images by focusing light or electromagnetic radiation onto a light-sensitive surface
animation The process of creating moving images from a series of drawings, computer graphics or cutout pictures
CPU Central processing unit
GPU Graphics processing unit
algorithm A process or set of rules to be followed in calculations or other problem-solving operations
vertex A point in three-dimensional space
edge A line segment that connects two vertices in a polygon or polyhedron
triangle A three-sided polygon
quadrilateral A four-sided polygon

 

 


Copyright ©: Allan R. Miller. All rights reserved.