Lines Matching refs:OSReport
222 OSReport("\n\n********************************\n"); in main()
223 OSReport("Running...\n\n"); in main()
224 OSReport("********************************\n"); in main()
225 OSReport("This demo shows the properties of the color clipping bug.\n"); in main()
226 OSReport("It also shows the properties of the various Z-buffer modes.\n"); in main()
227 OSReport("\n"); in main()
228 OSReport("It draws 2 rectangles in perspective on either side of the screen.\n"); in main()
229 OSReport("The left rectangle gets darker further away from the viewer, while\n"); in main()
230 OSReport("the right rectangle gets brighter further away from the viewer.\n"); in main()
231 OSReport("When the rectangles get near-clipped, the colors can flip around!\n"); in main()
232 OSReport("\n"); in main()
233 OSReport("In the middle are shown tags with different Z depths, with a red\n"); in main()
234 OSReport("tag drawn a certain spacing behind each green tag.\n"); in main()
235 OSReport("You should normally not be able to see any of the red tags, but\n"); in main()
236 OSReport("this will change depending upon the Z-buffer mode and the tag spacing.\n"); in main()
237 OSReport("It also changes greatly depending upon the near-plane distance!\n"); in main()
238 OSReport("\n"); in main()
239 OSReport("Of course, the near-plane distance also affects the clipping bug,\n"); in main()
240 OSReport("so that is why we show the effects on the Z-buffering.\n"); in main()
241 OSReport("\n"); in main()
242 OSReport("Please refer to the HTML man page for this demo for more details.\n"); in main()
243 OSReport("\n"); in main()
245 OSReport("Main stick - move camera\n"); in main()
246 OSReport("Sub stick - move camera in Z\n"); in main()
247 OSReport("L trigger - hold to adjust FOV with A/B buttons\n"); in main()
248 OSReport("R trigger - hold to adjust tessellation with X/Y buttons\n"); in main()
249 OSReport("A/B buttons - adjust near plane or FOV\n"); in main()
250 OSReport("X/Y buttons - adjust Z tag interplanar dist or tessellation\n"); in main()
251 OSReport("Start button - toggle 16/24-bit mode\n"); in main()
252 OSReport("********************************\n"); in main()