#Copyright (C) 1998 Tuomas J. Lukka, 2001 John Stewart, CRC Canada.
#DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED.
#See the GNU Library General Public License (file COPYING in the distribution)
#for conditions of use and redistribution, EXCEPT on the files
#which belong under the mozilla public license.
TODO Wishlist for 0.33 release.
Last Update: May 6, 2002
- MovieTextures have initial support; decide on where to get
valid code to import. mpeg_play? mpeg2decode?
- Two Tesselators are opened; one for geometries, and the other for
Text nodes. Share the tesselators.
- Dr. Mark Olesen's tk-freewrl and perl code cleanup.
- BindTime working with mouse button release.
- viewpoints in PROTO
- Concave polys in IndexedFaceSets
- DONE IndexedLineSets are sometimes hard to see. Why is that? Can I make lines larger?
- glu lib - gluBeginPolygon, gluNextContour, and gluEndPolygon depreciated. Replace with
gluTessBeginPolygon, gluTessBeginContour; gluTessEndPolygon, gluTessEndContour.
#ifdef GLU_VERSION_1_2
...
#else
void glBeginPolygon(..);
...
#endif
- Document X3D usage.
- Verify memory usage for textures -are we saving them twice?
- RPM: from Clayton's web page; Clayton has outline complete.
- Extrusion default textures not working reliably. (rewrite in progress)
- More SAI work.
- automatic creation of pipes.
- Javascript - the "Warbird" code fails on MFInt32. Make sure that all of JS/test.pl
works with all datatypes.
- Javascripterrors when trying to run
http://www.lug-s.org/dokumentation/software/vrml/vrmldemo/compressed/warbird.wrz
- GeoVRML working.