Differences between revisions 4 and 5
Revision 4 as of 2013-07-23 21:55:45
Size: 1019
Editor: 216
Comment:
Revision 5 as of 2013-07-23 22:04:55
Size: 1208
Editor: 216
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
 * Use the ideas above with a "DrawableObject" that has a virtual function called draw. For now, we'll just have two child objects: DrawableSphere and DrawableSquare.  * Use the ideas above with a "DrawableObject" that has a virtual function called draw. For now, we'll just have three child objects: DrawableSphere, DrawableTriangle and DrawableSquare.
Line 26: Line 26:


== Models ==

Models for specific objects can be made in Blender by the Graphic Arts/Animation people in the future to pretty the objects up instead of spheres.

Program Flow

User requests to see a square.

  1. DB program collects the object in the square and produces a appropriate Square object for the consumption of the 3D Game. Inside that square object will reside
    1. A bounding points description
    2. Square Properties (TBA)
      1. Square designation (see the square properties database for others)
    3. List of Loci
      1. Common locus properties
      2. Type specific properties
      3. Bounding object
    4. a List of Objects
  2. The DB starts the game engine with the square

Bounding Object Definition

Bounding objects will consist of a set of four points that define a visual rectangle (which can be a triangle if two points overlap)

Thursday to do:

Models

Models for specific objects can be made in Blender by the Graphic Arts/Animation people in the future to pretty the objects up instead of spheres.

ArchaeologyProject/VisualizationProject (last edited 2013-07-23 22:04:55 by 216)