This is Tesselmeer.h in view mode; [Download] [Up]
/* Tesselmeer.h - Tesselated plane model.
* Copyright (C) 1993 Corona Design, Inc. All rights reserved.
*
* Abstract
* Creates a hexagon tesselated with colored equilateral triangles.
*
* RCS path:
* $Source: /Users/pkron/Projects/voxel/Pyramid/RCS/Tesselmeer.h,v $
* Modified: $Date: 93/09/15 12:35:19 $ by $Author: pkron $
* Current State: $State: Exp $ locked by $Locker: $
*/
#import <appkit/appkit.h>
#import "standard.h"
#import "perspect.h"
@interface Tesselmeer : Object
{
struct _meer
{
int count;
struct
{
float apex[2];
float height;
enum _color {R,G,B,Y} color;
} triangles[500];
} meer3D;
}
- drawModel: (MATRIX)transform : (NXRect *)clip;
@end
#ifdef _LOG
/*
* $Log: Tesselmeer.h,v $
* Revision 1.1 93/09/15 12:35:19 pkron
* Created.
*
*/
#endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.