> (build-cube) > gives me a black window (fluxus scratchpad i guess) > despite that a (show-axis 1) actually work. > Do you have any idea ? i'm not sure. this is the script i tried. it seems to work fine for me.
#lang scheme (require fluxus-016/drflux) (clear) (build-cube) i had to add export PLTCOLLECTS=/opt/local/lib/:/Applications/PLT\ Scheme\ v4.1.4/collects/ to my .bash_profile, but probably you have this also. best, gabor
