[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47345] branches/soc-2011-tomato/intern/ raskter/raskter.h: small code cleanup in rasterizer

Peter Larabell xgl.asyliax at gmail.com
Sat Jun 2 02:16:24 CEST 2012


Revision: 47345
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47345
Author:   xglasyliax
Date:     2012-06-02 00:16:23 +0000 (Sat, 02 Jun 2012)
Log Message:
-----------
small code cleanup in rasterizer

Modified Paths:
--------------
    branches/soc-2011-tomato/intern/raskter/raskter.h

Modified: branches/soc-2011-tomato/intern/raskter/raskter.h
===================================================================
--- branches/soc-2011-tomato/intern/raskter/raskter.h	2012-06-02 00:01:59 UTC (rev 47344)
+++ branches/soc-2011-tomato/intern/raskter/raskter.h	2012-06-02 00:16:23 UTC (rev 47345)
@@ -50,7 +50,6 @@
 
 int PLX_raskterize(float (*base_verts)[2], int num_base_verts,
                    float *buf, int buf_x, int buf_y);
-int PLX_add_feather(float *base_verts, int num_base_verts, float *feather_verts, int num_feather_verts, float *buf, int buf_x, int buf_y, int negaive);
 int PLX_raskterize_feather(float (*base_verts)[2], int num_base_verts,
                            float (*feather_verts)[2], int num_feather_verts,
                            float *buf, int buf_x, int buf_y);




More information about the Bf-blender-cvs mailing list