Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
arc.c initial commit 5 years ago
arcsorte.c initial commit 5 years ago
arctess.c initial commit 5 years ago
backend.c initial commit 5 years ago
basiccrv.c initial commit 5 years ago
basicsur.c initial commit 5 years ago
bin.c initial commit 5 years ago
bufpool.c initial commit 5 years ago
cachinge.c initial commit 5 years ago
ccw.c initial commit 5 years ago
coveandt.c initial commit 5 years ago
curve.c initial commit 5 years ago
curvelis.c initial commit 5 years ago
curvesub.c initial commit 5 years ago
displayl.c initial commit 5 years ago
errinit.c initial commit 5 years ago
flist.c initial commit 5 years ago
flistsor.c initial commit 5 years ago
glcurvev.c initial commit 5 years ago
glinterf.c initial commit 5 years ago
glrender.c initial commit 5 years ago
glsurfev.c initial commit 5 years ago
glue.c initial commit 5 years ago
hull.c initial commit 5 years ago
intersec.c initial commit 5 years ago
knotvect.c initial commit 5 years ago
mapdesc.c initial commit 5 years ago
mapdescv.c initial commit 5 years ago
maplist.c initial commit 5 years ago
mesher.c initial commit 5 years ago
monotoni.c initial commit 5 years ago
mycode.c initial commit 5 years ago
nurbsint.c initial commit 5 years ago
nurbstes.c initial commit 5 years ago
patch.c initial commit 5 years ago
patchlis.c initial commit 5 years ago
quilt.c initial commit 5 years ago
reader.c initial commit 5 years ago
readme.txt initial commit 5 years ago
renderhi.c initial commit 5 years ago
slicer.c initial commit 5 years ago
sorter.c initial commit 5 years ago
splitarc.c initial commit 5 years ago
subdivid.c initial commit 5 years ago
tobezier.c initial commit 5 years ago
trimline.c initial commit 5 years ago
trimregi.c initial commit 5 years ago
trimvert.c initial commit 5 years ago
uarray.c initial commit 5 years ago
varray.c initial commit 5 years ago

readme.txt

The code in this directory was taken from the preprocessed C++
version of SGI's NURBS code. This is what we used originally
to bring up the GLU library for OpenGL on Daytona (Windows NT 3.5).
This was done because of incompatibilities between the C++
compilers. Since then however, the compiler issue has been
resolved allowing us to now use the C++ source.

The C++ source has a different structure from this directory
so a new subdirectory tree (with nurbs as the root) has been
added to the glu tree. This directory is being preserved
only to keep the history of changes.