Clara Chan (clara@waltz.jpl.nasa.gov)
Mon, 26 Jul 1999 15:46:39 -0700
2. When I ran voglSimple with a dataset of size 640x624x37, I
noticed
it suddenly increased in scale about 20 times although I set the
scale to 1 1 1.
But finally Ifigured in the file voglMain.cxx, function
SetUpProjection()
There are the following lines:
glFrustum(
-0.0025, 0.0025, -0.0025, 0.0025, 0.01,
my_Data.modelSize[2]*4);
glTranslatef(0, 0, -my_Data.modelSize[2]*3);
It's always using the third dimension for these calls.
Just want to point this out.
Thanks.
Clara
This archive was generated by hypermail 2.0b2 on Mon Nov 01 1999 - 14:11:14 PST