Explorar o código

Fixed glsl warning.

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
5f897e4d67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_gpgpu_birds.html

+ 1 - 1
examples/webgl_gpgpu_birds.html

@@ -138,7 +138,7 @@
 			// const float VISION = PI * 0.55;
 
 			float zoneRadius = 40.0;
-			float zoneRadiusSquared = zoneRadius * zoneRadius;
+			float zoneRadiusSquared = 1600.0;
 
 			float separationThresh = 0.45;
 			float alignmentThresh = 0.65;