HomePage
right gifAdmin
down gif
Tapestry Reader
About
The Art of it
down gif
Data
right gif Types
right gif Input
right gif Editing
 Holes
right gif Modeling
 Organization
right gif Problems
right gifRendering
right gifAnimation
right gifOutput
right gifThe Web
right gifHow To
right gifGallery
right gifBibliography
Search
right gifReading Assignments
right gifGallery
right gifMiscellaneous
right gifCase Studies
 

 

Text and illustrations
© 1998-2008
Brian R. Johnson
except student work
as noted

  TAPESTRY: The Art of Representation and Abstraction

3D DATA:
Overview

"A hank or hair, a piece of bone, made a walking, talking, honeycomb."

What's it all about?

When a program is written the programmers must consider several issues. One of these is the information which can be used to describe the phenomenon under consideration. Another is the anticipated use of the software (i.e., what kinds of changes users will want to make to the information). Finally, they must consider what they know and understand about transforming the data. There are some fairly simply defined problems for which there are no known solutions, regardless of the computer's speed.

Data Types

Three-dimensional environments can be described in a number of different ways. Some of these representations are particularly useful for special applications (turning the digital model into an injection mold, for instance). Some are good for representing different kinds of shapes (airplanes have very different shapes from buildings, for example).

3D data is generally described in terms of one of the following data types: wire-frame, boundary representation, or solid.

Data Creation

In order to create data in the program you must tell the program what to make and where to make it. Different programs (and data types) you create different shapes, and give them differing qualities. You must also specify the shape of the objects. Because the data is 3D, but (at this time) we use 2D equipment (the mouse) to enter points, the pointing problem turns out NOT to be trivial. We'll discover that we need (or may take advantage of) a nubmer of different "pointing aids" to help address the "where" problem.

Modeling

You may know what you want to make, but the program will rarely offer a means of making exactly that shape in one easy step! You may need to create simple parts and assemble them into complex shapes. Or you distort or transform the simple shapes in various ways to adjust them until they suit your needs. You may even be able to use one shape as a "tool" to cut into another shape.

These actions, or duplicating, transforming, and editing the data you initially enter in order to create the data you really want, is what we call modeling.

Holes

One of the particular difficulties, which might be addressed within the context of Modeling (a discussion of editing actions, or verbs, which may be applied to the model), is the creation of holes in the object. We are so used to the idea of REMOVING some of our data that it comes as a bit of a shock to realize that in many modeling programs you cannot perform "cutting" and "drilling" operations.

Depending on the type of data being used and the needs of the user, there are several strategies available for handling "holes" within the model.

Organization

Three dimensional data is rarely viewed directly. Instead, it is viewed through 2D screen and hardcopy images, which always involve ambiguity created by projecting 3D points to the 2D image. This is the core of the pointing problem (in reverse), but it also means that we often view complex 3D relationships in confusing drawings. There is a powerful need to organize and manage the data so as to minimize the inherent confusion and "get a handle" on the desired results.
Last updated: January 19, 1998