1 /* Copyright 1996, Viewpoint Datalabs Int'l, www.viewpoint.com, 1-800-DATASET */
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.
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
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];