[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern CCGSubSurf.c CCGSubSurf.h subsurf_ccg.c

Daniel Dunbar daniel at zuster.org
Tue Mar 22 07:11:25 CET 2005


zuster (Daniel Dunbar) 2005/03/22 07:11:25 CET

  Modified files:
    blender/source/blender/blenkernel/intern CCGSubSurf.c 
                                             CCGSubSurf.h 
                                             subsurf_ccg.c 
  
  Log:
   - Hacked in blender style creasing support to new subsurfs.
  
  I would like to have proper creasing (following what appears to be
  the informal standard in the subdivision surface literature) but
  I do not know when I will get to this or how complicated it will
  be. With this patch CCGSubSurfs should now have the same capabilities
  as regular subsurfs (barring possible bugs) and so replacing the
  old implementation is a reasonable possibility.
  
  Revision  Changes    Path
  1.3       +342 -4    blender/source/blender/blenkernel/intern/CCGSubSurf.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/CCGSubSurf.c.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>
  1.2       +4 -1      blender/source/blender/blenkernel/intern/CCGSubSurf.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/CCGSubSurf.h.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>
  1.3       +36 -14    blender/source/blender/blenkernel/intern/subsurf_ccg.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/subsurf_ccg.c.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list