// ============================================================================
// Object.h
// Contains the Object base class, and related child classes.
// ========================================
#ifndef __OBJECT_H
#define __OBJECT_H
#include "tree.h"
#include "vector.h"
#include "camera.h"
/*
OBJECT.H
The CObject class
OpenGL Game Programming
Author: Kevin Hawkins
Dat