Enables or disables writing to the depth buffer.
More...
#include "depthTestAttrib.h"
List of all members.
Detailed Description
Enables or disables writing to the depth buffer.
Definition at line 28 of file depthTestAttrib.h.
Member Function Documentation
| int DepthTestAttrib::compare_to_impl |
( |
const RenderAttrib * |
other | ) |
const [protected, virtual] |
Intended to be overridden by derived DepthTestAttrib types to return a unique number indicating whether this DepthTestAttrib is equivalent to the other one.
This should return 0 if the two DepthTestAttrib objects are equivalent, a number less than zero if this one should be sorted before the other one, and a number greater than zero otherwise.
This will only be called with two DepthTestAttrib objects whose get_type() functions return the same.
Reimplemented from RenderAttrib.
Definition at line 76 of file depthTestAttrib.cxx.
| size_t DepthTestAttrib::get_hash_impl |
( |
| ) |
const [protected, virtual] |
| DepthTestAttrib::PandaCompareFunc DepthTestAttrib::get_mode |
( |
| ) |
const [inline] |
| void DepthTestAttrib::register_with_read_factory |
( |
| ) |
[static] |
| void DepthTestAttrib::write_datagram |
( |
BamWriter * |
manager, |
|
|
Datagram & |
dg |
|
) |
| [virtual] |
The documentation for this class was generated from the following files: