Skip to content

Commit ea898cb

Browse files
committed
fix loadModel instructions
1 parent c9cce91 commit ea898cb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/INSTALL

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,17 +846,18 @@ You should see a graphics window come up, very similar to the one you
846846
saw when you ran pview. To load a particular model file into the
847847
scene, try something like this:
848848

849-
>>> m = loader.loadModel('/c/Panda3d/models/teapot.egg')
849+
>>> m = loader.loadModel('/c/Panda3d/models/smiley.egg')
850850
>>> m.reparentTo(render)
851+
>>> run()
851852

852853
Note that Panda expects a forward-slash convention for pathnames, with
853854
no leading drive letter, even on a Windows system. See the full
854855
description of how Panda maps these pathnames to Windows pathnames in
855856
HOW TO BUILD PANDA ON A WINDOWS SYSTEM, USING CYGWIN, above.
856857

857-
You can now move the teapot around with the mouse, just as in pview
858-
(you may need to pull the camera back with the right mouse button in
859-
order to see the teapot).
858+
You can now move the scene around with the mouse, just as in pview
859+
(you may need to pull the camera back by dragging upwards while
860+
holding down the right mouse button in order to see the model).
860861

861862
Congratulations! Panda 3D is now successfully installed. See the
862863
online documentation available at http://www.etc.cmu.edu/panda3d/ for

0 commit comments

Comments
 (0)