Panda3D
Classes
direct.showbase.BufferViewer Namespace Reference

Classes

class  BufferViewer
 

Detailed Description

Contains the BufferViewer class, which is used as a debugging aid
when debugging render-to-texture effects.  It shows different views at
the bottom of the screen showing the various render targets.

When using ShowBase, the normal way to enable the BufferViewer is using the
following code::

base.bufferViewer.toggleEnable()

Or, you can enable the following variable in your Config.prc::

show-buffers true