mirror of https://github.com/tongzx/nt5src
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.
CryptoAlgo Inc
daad8a087a
|
4 years ago | |
---|---|---|
.. | ||
arc.c | 4 years ago | |
arcsorte.c | 4 years ago | |
arctess.c | 4 years ago | |
backend.c | 4 years ago | |
basiccrv.c | 4 years ago | |
basicsur.c | 4 years ago | |
bin.c | 4 years ago | |
bufpool.c | 4 years ago | |
cachinge.c | 4 years ago | |
ccw.c | 4 years ago | |
coveandt.c | 4 years ago | |
curve.c | 4 years ago | |
curvelis.c | 4 years ago | |
curvesub.c | 4 years ago | |
displayl.c | 4 years ago | |
errinit.c | 4 years ago | |
flist.c | 4 years ago | |
flistsor.c | 4 years ago | |
glcurvev.c | 4 years ago | |
glinterf.c | 4 years ago | |
glrender.c | 4 years ago | |
glsurfev.c | 4 years ago | |
glue.c | 4 years ago | |
hull.c | 4 years ago | |
intersec.c | 4 years ago | |
knotvect.c | 4 years ago | |
mapdesc.c | 4 years ago | |
mapdescv.c | 4 years ago | |
maplist.c | 4 years ago | |
mesher.c | 4 years ago | |
monotoni.c | 4 years ago | |
mycode.c | 4 years ago | |
nurbsint.c | 4 years ago | |
nurbstes.c | 4 years ago | |
patch.c | 4 years ago | |
patchlis.c | 4 years ago | |
quilt.c | 4 years ago | |
reader.c | 4 years ago | |
readme.txt | 4 years ago | |
renderhi.c | 4 years ago | |
slicer.c | 4 years ago | |
sorter.c | 4 years ago | |
splitarc.c | 4 years ago | |
subdivid.c | 4 years ago | |
tobezier.c | 4 years ago | |
trimline.c | 4 years ago | |
trimregi.c | 4 years ago | |
trimvert.c | 4 years ago | |
uarray.c | 4 years ago | |
varray.c | 4 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.