Design
ravekit.txt
Associated article: RaveKit: A Portable Graphics Framework
Tags: Design
Published source code accompanying the article by Mark Carolan in which he presents RaveKit, a general-purpose, cross-platform framework that lets you create interactive 3-D environments that provide an alternative way of presenting graphical data and obtaining user input. Also see RAVEKIT.ZIP.
_RaveKit: A Portable Graphics Toolkit_
by Mark Carolan
Listing One
void Raver::TimeSlice(long keys)
{
TQAVGouraud v1, v2, v3;
TQAVTexture t1, t2, t3;
TQATexture *tex = NULL;
Tri3D *this_tri = tri_list;
// The generic Renderer base class handles moving the 3...


