Panda3D Code Collection

As there are again quite some new features and snippets in the collection, here’s a change log of what has been added since my last post.

Camera Systems

  • Added strategy game like topdown camera system snippet
  • Added Blender like trackball camera system snippet

Character Systems

  • Added ledge grab mode to extended character controller
  • Added first person camera mode to extended character controller

Core Features and basics

  • Added simple savegame snippet

DirectGUI and other UI related things

  • Added snippet showing all the various DirectGUI elements
  • Textwriter now will scroll automatically or at button press instead of write lines out of the frame
  • Enhanced Textwriter sample by showing the differences between auto scroll and manual scrolling
  • Added Side scrolling text snippet

Input handling features

  • Added Joystick usage example using pyglet

Level design features

  • Added sample showing objects following a path