Bill Balloni (m218822++at++fltsim.MDC.COM)
Thu, 3 Nov 1994 08:33:21 -0600
Thanks again,
Bill Balloni McDonnell Douglas Aerospace St. Louis, MO
Flight Simulation Laboratory
email: balloni++at++fltsim.MDC.COM
phone: (314) 234-0944
/*
* Channel draw callback function.
*/
static void
draw_callback (pfChannel *chan, void *data)
{
pfVec3 * eye_point = (pfVec3 *) data;
/* Clear the channel */
pfClearChan (chan); /* e.g. - clear the viewport */
/*** pfuDrawSmokes (*mtail_eye); ***/
pfuDrawSmokes (*eye_point);
pfDraw(); /* Render the frame */
}
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:50:38 PDT