This is SimpleCamera.h in view mode; [Download] [Up]
// 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
#endifThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.