home *** CD-ROM | disk | FTP | other *** search
- // Some portions of this code are Copyright 1992 Thomas A. Dilligan
- // All Rights Reserved
- //
- // For best results, set tabstop=4
-
- #import <3Dkit/3Dkit.h>
- #import <appkit/appkit.h>
- #import "SimpleShape.h"
-
- #ifndef SIMPLECAMERAH
- #define SIMPLECAMERAH
-
- #define TO_CAMERA 0
- #define TO_WORLD 1
-
- @interface SimpleCamera:N3DCamera
- {
- id theRotator;
- id rotoMatrix;
- int rendering;
- id rprButton;
- char origionalTitle[256];
- }
-
- - displayPhotoreal;
- @end
-
- #endif