[PyOpenGL-Users] PyOpenGL release 2.0.1.03 (alpha) available
Brought to you by:
mcfletch
|
From: Mike C. F. <mcf...@ro...> - 2003-02-17 01:56:11
|
This is the latest alpha release in the 2.0.1 series.
Developers/testers can get it off the homepage as per normal:
http://pyopengl.sourceforge.net/
Enjoy yourselves,
Mike
*Notes:*
Another alpha release to allow developers to test various bug fixes
and one enhancement (TOGL version bump). This release should
build on Win32 with VC++6 and RedHat Linux 8.0 with GCC 3.2
though that has been tested only with the CVS versions at the
moment).
For the first time (AFAIK), we're including the SWIG wrappers with
the source release. Hopefully this will allow building without SWIG,
though that hasn't been tested as of yet. I'm planning to continue
this for the source releases if it doesn't cause any problems. I'm
not planning to put the generated wrappers in CVS, however.
Appologies for the resulting increase in file-size.
Changes:
2.0.1.02 --> 2.0.1.03
Fix for multiple-simultaneous GLU-tessellators
bug reported by Maciej, secondary fix for
NURBS copy/paste errors. (MCF)
Fix for missing image-saving functionality in
conesave demonstration, also fixed inconsistent
use of tab/spaces. (MCF)
Switch to TOGL 1.6, this is the current CVS
version of the package, rather than a particular
release. TOGL development is fairly slow,
so waiting for a new release doesn't seem practical.
This change should allow compilation with Tk 8.4
(or any earlier version). Note that TOGL 1.5 is still
included in case someone needs the earlier version
for some reason. Version 1.5 will probably be removed
during the next release cycle (i.e. ~2.0.2+) (MCF)
texture_compression fixes (again), from a patch
by Thomas Wouters. These appear to be simple
copy and paste errors. Hopefully this will be the
last time this error needs to be fixed ;) . (RD)
Added a version check for swig 1.3.13. This is
likely to be revisited fairly soon, the fix
simply avoids problems with incompatible versions,
it doesn't try to do anything fancy. (RD)
_______________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/
|