home *** CD-ROM | disk | FTP | other *** search
- MySubclass = {
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- TeapotView = {
- ACTIONS = {
- setResolutionFrom:;
- setSurfaceType:;
- setColorFrom:;
- };
- OUTLETS = {
- surfaceMatrix;
- resolutionSlider;
- teapotsBox;
- inspectorPanel;
- theShader;
- teapot;
- resolutionTextField;
- colorWell;
- };
- SUPERCLASS = N3DCamera;
- };
-