]> gitweb.factorcode.org Git - factor.git/commitdiff
bunny.model, gpu.demos.bunny: update url for bunny model download
authorJoe Groff <arcata@gmail.com>
Fri, 25 Feb 2011 18:22:14 +0000 (10:22 -0800)
committerJoe Groff <arcata@gmail.com>
Fri, 25 Feb 2011 18:22:49 +0000 (10:22 -0800)
extra/bunny/model/model.factor
extra/gpu/demos/bunny/bunny.factor

index 0f22b531c69ba12e837a76d8e9f94bc2d88d471c..4d3c80cbaa2abf635e40be648770871b098e3870 100644 (file)
@@ -42,7 +42,7 @@ IN: bunny.model
 
 : model-path ( -- path ) "bun_zipper.ply" temp-file ;
 
-: model-url ( -- url ) "http://factorcode.org/slava/bun_zipper.ply" ;
+: model-url ( -- url ) "http://duriansoftware.com/joe/media/bun_zipper.ply" ;
 
 : maybe-download ( -- path )
     model-path dup exists? [
index 0491191c63421ddc2caec50bda217df462c65d62..cb769add14a0cc26dc77445732504c4a9deb4090 100644 (file)
@@ -145,7 +145,7 @@ UNIFORM-TUPLE: loading-uniforms
 
 : bunny-model-path ( -- path ) "bun_zipper.ply" temp-file ;
 
-CONSTANT: bunny-model-url "http://factorcode.org/slava/bun_zipper.ply"
+CONSTANT: bunny-model-url "http://duriansoftware.com/joe/media/bun_zipper.ply"
 
 : download-bunny ( -- path )
     bunny-model-path dup exists? [