From: Brian P. <bri...@tu...> - 2006-09-22 14:45:19
|
Daniel E. Shipton wrote: > Are gluPerspective, gluOrtho calls sent over the wire? Is there a way > to catch them? No. > I see that gluPerspective is called in the atlantis test program but > does not show up in the print spu log file but it seems as though it is > being transmitted because the view is correct. Any advice on how to > "catch" this call? I tried to add it to the printspu but it doesn't > seem to catch it and I wonder if I need to be doing something different > to catch a glu call instead of a gl... All the glu calls are converted into gl calls by the libGLU.so library. -Brian |