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

Ton Roosendaal ton at blender.org
Tue Nov 29 21:18:31 CET 2005


ton (Ton Roosendaal) 2005/11/29 21:18:31 CET

  Modified files:
    blender/source/blender/render/intern/source ray.c 
  
  Log:
  Disabled commit of three days ago to speedup and improve hairstrand
  raytracing with a linedist (cylinder) check. It didn't behave OK on strands
  set to be more than 1 pixel (not to mention 10 pixels), and I have no time
  now to fully check and code it.
  
  Which is not really important either... In general, all 3d papers talk about
  using shadowbuffer shadows for hair, which gives much nicer results for
  dense volumes of polygons.
  
  This commit restores regular (flat polygon) raytrace shadow for strands.
  Also fixes some nasty bugs as reported. :)
  
  Revision  Changes    Path
  1.66      +28 -8     blender/source/blender/render/intern/source/ray.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/ray.c.diff?r1=1.65&r2=1.66&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list