panda3d-docs icon indicating copy to clipboard operation
panda3d-docs copied to clipboard

C++ version of Manual is incomplete

Open zauberparacelsus opened this issue 7 years ago • 1 comments

Several of the pages in the C++ manual serve up the Python version of a page instead of C++ documentation (or if the case may be, fail to indicate when the C++ api does not have an equivalent).

Pages in question include:

  • Camera Control
  • Intervals
  • Render to Texture and Image Processing
  • Panda3D Utility Functions
  • Garbage Collection
  • Physics: Panda3D Physics Engine
  • Motion Paths
  • Networking
  • Multifiles
  • Subclassing
  • Artificial Intelligence (PandaAI)
  • Debugging
  • Performance Tuning
  • Panda3D Tools

zauberparacelsus avatar Sep 20 '17 16:09 zauberparacelsus

This is a known issue—not all of the manual pages have yet been written to include C++ content and will only serve up a page catering to Python users. We are seeking contributors to the C++ manual to remedy this.

rdb avatar Oct 06 '17 09:10 rdb