From: Gerardo H. <ma...@us...> - 2007-02-21 00:33:27
|
Update of /cvsroot/jrman/drafts/jrMan In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3533/jrMan Modified Files: README.TXT Log Message: Placed credit for Killeroo data in the right file. Updated README.TXT for release 0.4. Index: README.TXT =================================================================== RCS file: /cvsroot/jrman/drafts/jrMan/README.TXT,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** README.TXT 16 Nov 2005 03:20:46 -0000 1.11 --- README.TXT 21 Feb 2007 00:33:22 -0000 1.12 *************** *** 61,68 **** --- 61,72 ---- shadowTest.rib noiseShadersTest.rib + headus.com-killeroo.rib (all the other .rib files in the model directory are data files used by the above scenes). + Note: the data for the "Killeroo" (killeroo-data.rib) is used with permission + from http://www.headus.com. This data is not distributed under the GPL. + Renderman features implemented in jrMan 0.4: *************** *** 88,91 **** --- 92,96 ---- PatchMesh NuPatch + Curves * Surface shaders: *************** *** 131,134 **** --- 136,168 ---- + New features in release 0.4: + ---------------------------- + - NURBS + - Curves + - PatchMesh + - Rational bicubic patches + - Support for all the bicubic patch basis + - TextureCoordinates + - Delayed ReadArchive + - Bug fixes (and speed improvements in some cases) in the occlusion + culling code + - A complete rewrite of the code to handle surface parameters (more + flexible, smaller RAM footprint) + - Smooth interpolation (for shading micropolygons) + - "st" parameters on Polygons + - Better area calculation for Mipmapped textures. + - "blur" parameter on textures. + - pnoise (for shaders) + - smaller RAM footprint for PointsPolygons + - "fixed" null normals bug (could sometimes happen in bicubic patches) + - Correct handling of u, v, s and t parameters in bicubic patches, + patch meshes, and PointsPolygons + - Handle correctly polygon "N" parameter in rib + - Many optimizations (both time and space) + - alpha in "RGBA" output images + - a new GUI + + + Renderman features not yet implemented in jrMan 0.4: ---------------------------------------------------- *************** *** 140,144 **** * Trim curves * Subdivision surfaces - * Curves * General Polygons --- 174,177 ---- *************** *** 156,159 **** --- 189,193 ---- "jrman"or "jrman.bat" script. + Creating RIB files for jrMan: ----------------------------- |