[Bf-blender-cvs] CVS commit: blender/source/blender/blenlib/intern arithb.c

Ton Roosendaal ton at blender.org
Mon May 31 14:08:52 CEST 2004


ton (Ton Roosendaal) 2004/05/31 14:08:52 CEST

  Modified files:
    blender/source/blender/blenlib/intern arithb.c 
  
  Log:
  Limit for Normalise() call was 0.000000001 or so. This is still far too
  big, since a float can go to 10^-37. And, this value is still squared, so
  a square root will not frustrate it.
  
  Limit now is 10^-35, fixing disappearing faces in extreme small object
  thats extreme close to a camera. (thanks OOPz!)
  
  Revision  Changes    Path
  1.10      +3 -3      blender/source/blender/blenlib/intern/arithb.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/intern/arithb.c.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list