- fixed libsys includes
git-svn-id: http://moon:8086/svn/mips@201 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -47,7 +47,7 @@ Point2D points[NPOINTS] = {
|
||||
};
|
||||
|
||||
RtColor color = {.9,.9,.5};
|
||||
Go() {
|
||||
void Go() {
|
||||
RiColor(color);
|
||||
RiRotate(-90.0, 1.0, 0.0, 0.0);
|
||||
SurfOR(points, NPOINTS);
|
||||
@@ -66,7 +66,7 @@ typedef struct _testi
|
||||
RtPointer p;
|
||||
} testi;
|
||||
|
||||
main()
|
||||
int main()
|
||||
{
|
||||
RtInt frame, i;
|
||||
char filename[256];
|
||||
|
||||
Reference in New Issue
Block a user