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