home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
AppKit
/
BackspaceViews
/
Teapot
/
Teapot.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-08
|
124 b
|
9 lines
#import <3Dkit/3Dkit.h>
@interface Teapot : N3DShape
{
}
- renderSelf:(RtToken)context;
- setResolution:(RtFloat)val;
@end