home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
3Dkit
/
Simple
/
SimpleCamera.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-06-02
|
166 b
|
14 lines
#import <3Dkit/3Dkit.h>
#define TO_CAMERA 0
#define TO_WORLD 1
@interface SimpleCamera:N3DCamera
{
id theRotator;
id rotoMatrix;
}
- dumpRib:sender;
@end