File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -846,17 +846,18 @@ You should see a graphics window come up, very similar to the one you
846846saw when you ran pview. To load a particular model file into the
847847scene, 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
852853Note that Panda expects a forward-slash convention for pathnames, with
853854no leading drive letter, even on a Windows system. See the full
854855description of how Panda maps these pathnames to Windows pathnames in
855856HOW 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
861862Congratulations! Panda 3D is now successfully installed. See the
862863online documentation available at http://www.etc.cmu.edu/panda3d/ for
You can’t perform that action at this time.
0 commit comments