bunny, gpu.demos.bunny: bunny has moved

db4
Slava Pestov 2010-10-02 19:54:57 -07:00
parent 6550a96e03
commit 0811f7b244
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ IN: bunny.model
: model-path ( -- path ) "bun_zipper.ply" temp-file ;
: model-url ( -- url ) "http://factorcode.org/bun_zipper.ply" ;
: model-url ( -- url ) "http://factorcode.org/slava/bun_zipper.ply" ;
: maybe-download ( -- path )
model-path dup exists? [

View 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/bun_zipper.ply"
CONSTANT: bunny-model-url "http://factorcode.org/slava/bun_zipper.ply"
: download-bunny ( -- path )
bunny-model-path dup exists? [