home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Altsys Virtuoso 2.0K
/
virtuoso_20k.iso
/
DemoApps
/
Graphics
/
2D_3D
/
ShaderInspector
/
Source
/
SimpleShape.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-02
|
284 b
|
19 lines
// Copyright 1992 Thomas A. Dilligan
// All Rights Reserved
//
// For best results, set tabstop=4
#import <3Dkit/3Dkit.h>
#import <ri/ri.h>
#ifndef SIMPLESHAPEH
#define SIMPLESHAPEH
@interface SimpleShape : N3DShape
{
}
- renderSelf:(RtToken)context;
- resetShaders;
@end
#endif