Blender Git Commit Log
Git Commits -> Revision 7ea1d94
Revision 7ea1d94 by Ton Roosendaal (master) December 12, 2003, 11:28 (GMT) |
- removed call to bzero, replaced with memset (bzero seems to be old, not supported anymore, also not for windows) - think I fixed the error compiling in Irix, for a correct cast now (added parentheses around the subject for cast) - changed call to ray_mirror, now included in the shading loop, just before the addition happens for specular. That way specular is added over mirroring. This changes the appearance quite some! |
Commit Details:
Full Hash: 7ea1d94032c2bbc9dfac5e951eb48b197cef76a9
SVN Revision: 1709
Parent Commit: 7177097
Lines Changed: +53, -62