[Bprocessor-commit] build/doc README,1.7,1.8
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2005-12-15 12:37:16
|
Update of /cvsroot/bprocessor/build/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30305/doc Modified Files: README Log Message: Added working walk and fly tool along with changes to zoom so that far clipping is better and it is still possible to draw really small Index: README =================================================================== RCS file: /cvsroot/bprocessor/build/doc/README,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README 18 Nov 2005 01:48:41 -0000 1.7 --- README 15 Dec 2005 12:37:08 -0000 1.8 *************** *** 38,41 **** --- 38,43 ---- RIGHT : Camera right + Drag by holding the middle mouse button (button2) and moving the mouse + Z : Zoom in X : Zoom out *************** *** 62,69 **** <-- ROTATION --> SHIFT (held down) : roll the camera ! mouse drag (button 1) rotate (works in all tools) ! button 2 drag like arrow keys ! Homepage: --------- --- 64,79 ---- <-- ROTATION --> + mouse drag with button1 rotate the camera about center point SHIFT (held down) : roll the camera ! ALT (held down) : rotate about eye position ! if mouse button3 is pressed the previous tool is selected ! ! <-- FLY --> ! move after the looking direction directed with the mouse by dragging (use left mouse button) and fly forward ! backward with UP/DOWN keys and strafe left right with LEFT/RIGHT keys ! ! <-- WALK --> ! Move en the plane where the camera is placed, by the same keys as fly ! Homepage: --------- |