From: Lloyd D. <ll...@uk...> - 2001-10-03 12:29:03
|
version of CSGL is out. and CVS is again uptodate (i must admit it was outdated these times...) you could download release 0.2.0 at: http://sourceforge.net/project/showfiles.php?group_id=33241 here a summary of changes as stated on changelog page... a.. web demo on CsGL page (http://csgl.sourceforge.net/demo.html) b.. namespace change. OpenGL becomes CsGL.OpenGL, SDL becomes CsGL.SDL c.. Base class of OpenGL change from GL to OpenGL. from wich inherit GLU, from which inherit a new class : "GL", which provide safe version of OpenGL call, with array, enumeration, etc... d.. new objects in OpenGL: Point3D, Transform3D, Quaternion, .. e.. new active contributor: Ben Houston f.. new SDL classes (sound & CD-Rom) g.. new high level class with cleaner code. h.. NeHe tutorial: example 11 has been improved and it could be transformed in a web demo with a very few change now. |