Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Derfies committed Nov 2, 2012
1 parent 73f86ad commit 570f7b2
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,44 @@ Features include:
* Node duplication
* Undo / redo
* Project management, including ablity to build a project to a p3d multifile
* Save / restore scene in xml format
* Save / restore scene in xml format
* Support for user created plugins

## Usage

To give the editor a spin, try the following:

* Create a new project
* Import some models (.egg or .bam)
* Middle mouse drag them into the scene
* Translate, rotate and scale them as your desire
* Set up some lights with the Create menu
* Save the scene as test.xml
* Build your project (File -> Build)
You should now have a p3d file which runs your scene.

## Keys

* 4 - Wireframe view
* 5 - Shaded view
* 6 - Textured view
* Q - Select
* W - Translate
* E - Rotate
* R - Scale
* Z - Undo
* Shift-Z - Redo
* F - Frame selection
* Backspace - Delete
* Ctrl-D - Duplicate
* Arrow up - Select parent
* Arrow down - Select child
* Arrow left - Select previous child
* Arrow right - Select next child
* Mouse left - Pointing and selecting
* Middle mouse - Your "doing" button. Use then to reparent nodes in the scene graph, or drag-drop models into the scene.

## Requires

* Panda3D
* wxPython

0 comments on commit 570f7b2

Please sign in to comment.