[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11174] branches/soc-2007-maike/release/ glsl/light_struct.gsl: changed int variables to float

Miguel Torres Lima torreslima at gmail.com
Thu Jul 5 15:51:21 CEST 2007


Revision: 11174
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11174
Author:   maike
Date:     2007-07-05 15:51:21 +0200 (Thu, 05 Jul 2007)

Log Message:
-----------
changed int variables to float

Modified Paths:
--------------
    branches/soc-2007-maike/release/glsl/light_struct.gsl

Modified: branches/soc-2007-maike/release/glsl/light_struct.gsl
===================================================================
--- branches/soc-2007-maike/release/glsl/light_struct.gsl	2007-07-05 13:49:54 UTC (rev 11173)
+++ branches/soc-2007-maike/release/glsl/light_struct.gsl	2007-07-05 13:51:21 UTC (rev 11174)
@@ -11,10 +11,10 @@
 	float gamma;
 	float area_x;
 	float area_y;
-	int sphere;
-	int square;
-	int area_type;
-	int layer;
+	float sphere;
+	float square;
+	float area_type;
+	float layer;
 	mat4 mat;
 	float areasize;
 	float k;





More information about the Bf-blender-cvs mailing list