Next Previous Contents

6. Viewing Window Commands

Commands that you can give from within the viewing window are all single keystroke commands, often combined with moving the mouse.


TAB             set focus to command window, so you can give commands
S               toggle STEREO mode (need blue/red glasses :-)
                modes:  mono redcyan crosseyed glasses
>               single forward stepping, in animation
<               single backward stepping, in animation mode

playmodes:
        s       playnow
        l       loop (rock)
        f,e     playevery=1
        r,t     playevery=0

Gview.cpp : Fl_Gview::handle()
        w       reset?
        r       ROTATE mode
        p
        P       pick
        f       FLY mode
        t       TRANSLATE mode
        o       ORBIT mode
        O       toggle perspective mode
        v       make field of view larger
        V       make field of view smaller
        ^v      toggle debug output
        @       dname [g1]  
        =       show debug matrix output
        ESC     exit


Next Previous Contents