]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/demos/raytrace/raytrace.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / gpu / demos / raytrace / raytrace.factor
index 9828c97aa77d200cfbf8dbf3d20c21eabb55043a..869c78ad7c69f25c370e32570c6c1c1872fb8431 100644 (file)
@@ -20,7 +20,7 @@ UNIFORM-TUPLE: sphere-uniforms
 UNIFORM-TUPLE: raytrace-uniforms
     { "mv-inv-matrix"    mat4-uniform f }
     { "fov"              vec2-uniform f }
-    
+
     { "spheres"          sphere-uniforms 4 }
 
     { "floor-height"     float-uniform f }
@@ -87,13 +87,13 @@ CONSTANT: initial-spheres {
     "vocab:gpu/demos/raytrace/green-ball.aiff" read-audio t <static-audio-clip>
     audio-engine spheres fourth
     "vocab:gpu/demos/raytrace/yellow-ball.aiff" read-audio t <static-audio-clip>
-    
+
     4array play-clips ;
 
 M: raytrace-world begin-game-world
     init-gpu
     { -2.0 6.25 10.0 } 0.19 0.55 set-wasd-view
-    initial-spheres [ clone ] map >>spheres    
+    initial-spheres [ clone ] map >>spheres
     raytrace-program <program-instance> <window-vertex-array> >>vertex-array
     set-up-audio ;