Update of /cvsroot/cgkit/cgkit2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21031
Modified Files:
changelog.txt
Log Message:
Added an option to enable/disable the separation of the specular color term (so that the specular color can be applied after texturing)
Index: changelog.txt
===================================================================
RCS file: /cvsroot/cgkit/cgkit2/changelog.txt,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** changelog.txt 6 Jun 2005 13:32:19 -0000 1.37
--- changelog.txt 7 Jun 2005 15:09:17 -0000 1.38
***************
*** 22,25 ****
--- 22,27 ----
- Slot: New method disconnect() to break connections (equivalent to
target.setController(None))
+ - GLRenderer: The separation of the specular color can be enabled/disabled
+ (so far only globally).
- Utilities: New MEL script for Maya to export a skeleton (and its motion)
as ASF/AMC files (see utilities/maya). The script was written by Bert Völker.
***************
*** 27,30 ****
--- 29,34 ----
Bug fixes/enhancements:
+ - 3DS import: In some cases it could happen that an object was illegally
+ created beneath the world root instead of its correct parent
- noise: The missing vector valued noise functions are now available
- ODEDynamics: Removed the numarray dependency (for now) as it wasn't used
|