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

Ton Roosendaal ton at blender.org
Thu Feb 9 18:37:22 CET 2006


ton (Ton Roosendaal) 2006/02/09 18:37:22 CET

  Modified files:
    blender/source/blender/render/intern/source zbuf.c 
  
  Log:
  Further tweak of Vector Blur and alpha;
  
  - it now correctly pre-multiplies with alpha the RGB values for the
    antialised mask (alpha artefacts were visible)
  - The transparent layer will add speed vectors on top of the solid layer,
    cancelling out cases where the solid layer was not moving (like in its
    own antialising.
    This works fine, for as long you don't render in a single pass trans-
    parent faces that move on top of not-moving solid faces.
  
  Revision  Changes    Path
  1.48      +77 -48    blender/source/blender/render/intern/source/zbuf.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/zbuf.c.diff?r1=1.47&r2=1.48&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list