Panda3D Manual: API Reference Materials
  <<prev top next>>  

Quick Reference: Functions and Classes

The following PDF reference sheets contain the most important panda functions in a single-page printable format.

Quick Reference Sheet

BVW Quick Reference Sheet

Comprehensive API Reference Manual

The following link will direct you to the API Reference manual. Note that while the reference is comprehensive, it is merely that: a reference. It does not make any attempt to explain concepts.

API Reference

As a general rule, it is best to search for the information you need in the Programming with Panda section, then, if you can't find what you need, dig down into the API reference manual.

Regenerating the API Reference Manual

As of Panda3D 1.0.4, it is possible to regenerate the API Reference Manual from scratch. Download and install Panda3D, then type:

genpycode -m

This will do quite a bit of processing, the end result of which will be a copy of the API reference manual in the pandac/docs subdirectory.

Note that the manual generation process has some peculiar side effects. At present, it opens three windows and displays some error messages. This is because the epydoc documentation-generation tool and panda aren't quite compatible with each other. We are working to resolve these peculiar side-effects. Until then, ignore them. They are harmless.

  <<prev top next>>