[Bf-blender-cvs] CVS commit: blender/source/blender/render/intern/source ray.c rendercore.c

Ton Roosendaal ton at blender.org
Fri Dec 12 12:28:34 CET 2003


ton (Ton Roosendaal) 2003/12/12 12:28:34 CET

  Modified files:
    blender/source/blender/render/intern/source ray.c rendercore.c 
  
  Log:
  - 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!
  
  Revision  Changes    Path
  1.4       +30 -46    blender/source/blender/render/intern/source/ray.c
  1.19      +25 -18    blender/source/blender/render/intern/source/rendercore.c



More information about the Bf-blender-cvs mailing list