代码搜索:GEMS
找到约 305 项符合「GEMS」的源代码
代码结果 305
www.eeworm.com/read/384270/8883779
makefile
# Makefile for Graphics Gems III source
#
# Eric Haines, 10/92
#
# This make file will build "gemslib3.a" and a number of executables.
# Gemslib3 is built solely for debugging purposes -- it is not in
www.eeworm.com/read/228533/14380214
c concscan.c
/*
* Concave Polygon Scan Conversion
* by Paul Heckbert
* from "Graphics Gems", Academic Press, 1990
*/
/*
* concave: scan convert nvert-sided concave non-simple polygon with vertices at
* (poi
www.eeworm.com/read/228533/14380227
h line.h
/*
Two-Dimensional Clipping: A Vector Based Approach
by Hans Spoelder and Fons Ullings
from "Graphics Gems", Academic Press, 1990
*/
/*
* file line.h
* contains major definitions for the clippin
www.eeworm.com/read/228533/14380234
c dblline.c
/*
Symmetric Double Step Line Algorithm
by Brian Wyvill
from "Graphics Gems", Academic Press, 1990
user provides "setpixel()" function for output.
*/
#define swap(a,b) {a^=b; b^=a; a^=b;}
www.eeworm.com/read/228533/14380271
c polyscan.c
/*
* Generic Convex Polygon Scan Conversion and Clipping
* by Paul Heckbert
* from "Graphics Gems", Academic Press, 1990
*/
/*
* poly_scan.c: point-sampled scan conversion of convex polygons
*
www.eeworm.com/read/284616/4061609
cpp lockfree.cpp
//
// Game Programming Gems 6
// Lock free multithreaded algorithms
// By Toby Jones (thjones@microsoft.com)
// Supports Microsoft Visual C++ and GCC.
//
#include
#include
#
www.eeworm.com/read/270032/11050382
c implicit.c
/*
* C code from the article
* "An Implicit Surface Polygonizer"
* by Jules Bloomenthal, jbloom@beauty.gmu.edu
* in "Graphics Gems IV", Academic Press, 1994
*/
/* implicit.c
* an implicit s
www.eeworm.com/read/270032/11050387
c smooth.c
/*
* ANSI C code from the article
* "Building Vertex Normals from an Unstructured Polygon List"
* by Andrew Glassner, glassner@parc.xerox.com
* in "Graphics Gems IV", Academic Press, 1994
*/
/*
www.eeworm.com/read/270032/11050465
c sph_poly.c
/*
* ANSI C code from the article
* "Computing the Area of a Spherical Polygon"
* by Robert D. Miller
* in "Graphics Gems IV", Academic Press, 1994
*/
/*
* to test, compile with "cc -DMAIN -o s
www.eeworm.com/read/270032/11050496
makefile
# Makefile for Graphics Gems III source
#
# Eric Haines, 10/92
#
# This make file will build "gemslib3.a" and a number of executables.
# Gemslib3 is built solely for debugging purposes -- it is not in