initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / utilities / surface / surfaceCoarsen / bunnylod / rabdata.h
blob5e315b0f10494d239563f9001be994dcdf99b837
1 /* Copyright 1996, Viewpoint Datalabs Int'l, www.viewpoint.com, 1-800-DATASET */
2 /*
3 # Usage Rights: You (the user) may use this model to help build cool personal
4 # vrml worlds, but please give us credit when you do ("3D model provided by
5 # Viewpoint Datalabs, www,viewpoint.com"). Please don't sell it or use it to
6 # make money indirectly. Don't redistribute it or put it on a web site except
7 # as a part of your personal, non-commerical vrml world. If you want to do a
8 # commercial project, give us a call at 1-800-DATASET or visit www.viewpoint.com
9 # and we'll help you obtain the rights to do so.
13 * Note that this data was put directly into the program
14 * to provide a demo program on the net that people could
15 * just run without having to fetch datafiles.
16 * i.e. more convienent for the user this way
20 #ifndef RABBIT_DATA_H
21 #define RABBIT_DATA_H
23 #define RABBIT_VERTEX_NUM (453)
24 #define RABBIT_TRIANGLE_NUM (902)
26 extern float rabbit_vertices[RABBIT_VERTEX_NUM][3];
27 extern int rabbit_triangles[RABBIT_TRIANGLE_NUM][3];
31 #endif