Parallel
texmap.asc
Associated article: 3-D Texture Mapping
Tags: Database Parallel Design
_3-D TEXTURE MAPPING_ by Jeremy Spiller Listing One // ************************************************************************* // Texture mapping, copyright (C) 02/01/1993 by Jeremy Spiller // This file contains the implementation for the texture mapping algorithm. // ************************************************************************* #include <stdlib.h> #include <iostream.h> #include <conio.h> #...


