CodeBase - Simple use of classes
Return to the CodeBase listing
Category: Complete Applications
Version: 1.0
Information
Uploaded: 29th Nov 2010 17:27
Modified: 30th Nov 2010 14:01
Author: WLGfx
Summary
A little upgrade to the spinning cube but using the c++ class structure.
Full Description
This program doesn't use a constructor as each object is initialised once within a simple loop then each one is updated within the main loop. The destructor is used to delete the objects when it exits. Also added camera movement using the mouse in free flight mode using another simple class...
Comments
No comments yet.