Edwin Progress Report: 4/23/01


Goals for the past week

Continue working on models and objects for the world using textures. Look at structure for world particularly quadtrees.

Accomplishments for the past week

Found and made some textures for the objects. Couldn't figure out how to use Direct3D createcube method so just build a simple box with no bottom. Probably better because I'm not sure how the cube texture would need to made. Textures wrap around box to create energon, matrix, building, etc. Depending on what type of terrain we decide, we may need other textures. Right now it is just a flat terrain with a single texture. If we decide to divide the terrain into multiple cells, we will need textures to build the terrain.

List of schedule-altering events

Plans for the coming week

Work on integrating world objects into quadtree . Continue looking for textures for the world and objects. Start building user interface.