[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16444] trunk/blender/source/blender/ include/BIF_meshlaplacian.h:

Brecht Van Lommel brechtvanlommel at pandora.be
Tue Sep 9 22:01:22 CEST 2008


Revision: 16444
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16444
Author:   blendix
Date:     2008-09-09 22:01:21 +0200 (Tue, 09 Sep 2008)

Log Message:
-----------

Forgot this file in previous commit.

Modified Paths:
--------------
    trunk/blender/source/blender/include/BIF_meshlaplacian.h

Modified: trunk/blender/source/blender/include/BIF_meshlaplacian.h
===================================================================
--- trunk/blender/source/blender/include/BIF_meshlaplacian.h	2008-09-09 20:00:57 UTC (rev 16443)
+++ trunk/blender/source/blender/include/BIF_meshlaplacian.h	2008-09-09 20:01:21 UTC (rev 16444)
@@ -47,7 +47,7 @@
 struct LaplacianSystem;
 typedef struct LaplacianSystem LaplacianSystem;
 
-LaplacianSystem *laplacian_construct_begin(int totvert, int totface);
+LaplacianSystem *laplacian_construct_begin(int totvert, int totface, int lsq);
 
 void laplacian_add_vertex(LaplacianSystem *sys, float *co, int pinned);
 void laplacian_add_triangle(LaplacianSystem *sys, int v1, int v2, int v3);





More information about the Bf-blender-cvs mailing list