Files
mips/src/common/jman/patches.h
T
jens 2c4a6af07b - refactored common sources into common
git-svn-id: http://moon:8086/svn/mips@197 a8ebac50-d88d-4704-bea3-6648445a41b3
2021-11-23 17:43:37 +00:00

18 lines
373 B
C

/* Copyrighted Pixar 1989 */
/* From the RenderMan Companion p. 81 */
/* Listing 5.3 Bowling pin with normals assigned to vertices, defined using RiPointsPolygons */
#include <jman/ri.h>
#ifndef JMAN_PATCHES
#define JMAN_PATCHES
typedef struct _sPoint2D
{
RtFloat x, y;
} Point2D;
void SurfOR(Point2D points[], int npoints);
#endif // JMAN_PATCHES