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 570f7b2 commit b0e8f1e
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,27 @@ Features include:
* Save / restore scene in xml format
* Support for user created plugins

## Installation

Once you have wxPython installed you should be able to start the editor from panda3d-editor\src\main.py. No additional python path modification is necessary. If you are trying to run your project main.py without building to p3d, you will need the following directories to be found on PYTHONPATH:
* src\p3d
* src\pandaEditor\game

## Requires

* Panda3D
* wxPython

## 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
* Create a new project (File -> Project -> New)
* Import .egg or .bam files to your project (File -> Import...)
* Middle mouse drag them into the scene from the resource panel under models/
* Translate, rotate and scale them as your desire
* Set up some lights with the Create menu
* Save the scene as test.xml
* Set up some lights (Create -> Lights)
* Save the scene as test.xml (File -> Save)
* Build your project (File -> Build)
You should now have a p3d file which runs your scene.

Expand All @@ -46,9 +57,4 @@ You should now have a p3d file which runs your scene.
* 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
* Middle mouse - Your "doing" button. Use then to reparent nodes in the scene graph, or drag-drop models into the scene.

0 comments on commit b0e8f1e

Please sign in to comment.