Thursday, July 28, 2011

Work completed 07/21 - 07/27

Set up a new Wigwam project based on the pCSDT application framework.  This involves the following:

1.  Set up new project called WW with proper references to the Core library that contains the code for pCSDT.
2.  Define a new class called WigwamEngine that extends PEngineOgl (from core) which detects the new classes representing objects to be drawn, Arc and Torus.
3.  Define a new class called WigwamGui that extends PGuiOgl (from core) which creates the gui environment and holds a reference to the WigwamEngine object.

Currently working on overriding the Draw() method of PEngineOgl that will contain logic for drawing the grid Wigwam application.  This was discussed in yesterday's meeting.

No comments:

Post a Comment