C/C++
raycst.asc
Associated article: A Ray-Casting Engine in C++
Tags: Web Development C/C++ Design
_A RAYCASTING ENGINE IN C++_
by Mark Seminatore
Listing One
// Copyright (c) 1994 by Mark Seminatore, all rights reserved.
// Data.c: This module instantiates all the global data.
#include "pcx.h"
#include "ray3d.h"
char *face[...


