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