#include <cardMaker.h>
Inheritance diagram for CardMaker:

Private Member Functions | |
| INLINE | ~CardMaker () |
| void | reset () |
| INLINE void | set_uv_range (const TexCoordf &ll, const TexCoordf &ur) |
| INLINE void | set_has_uvs (bool flag) |
| INLINE void | set_frame (float left, float right, float bottom, float top) |
| INLINE void | set_frame (const LVecBase4f &frame) |
| INLINE void | set_color (float r, float g, float b, float a) |
| INLINE void | set_color (const Colorf &color) |
| INLINE void | set_source_geometry (PandaNode *node, const LVecBase4f &frame) |
| INLINE void | clear_source_geometry () |
| PT (PandaNode) generate() | |
| PT (PandaNode) rescale_source_geometry() | |
| PT (PandaNode) _source_geometry | |
Private Attributes | |
| PUBLISHED | __pad0__: INLINE CardMaker(const string &name) |
| bool | _has_uvs |
| TexCoordf | _ll |
| TexCoordf | _ur |
| LVecBase4f | _frame |
| bool | _has_color |
| Colorf | _color |
| LVecBase4f | _source_frame |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 33 of file cardMaker.cxx. References _color, _frame, _has_color, _has_uvs, _ll, _source_frame, _ur, and NULL. |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Reimplemented from Namable. Definition at line 37 of file cardMaker.h. |
|
|
Definition at line 63 of file cardMaker.h. Referenced by reset(). |
|
|
Definition at line 60 of file cardMaker.h. Referenced by reset(). |
|
|
Definition at line 62 of file cardMaker.h. Referenced by reset(). |
|
|
Definition at line 58 of file cardMaker.h. Referenced by reset(). |
|
|
Definition at line 59 of file cardMaker.h. Referenced by reset(). |
|
|
Definition at line 66 of file cardMaker.h. Referenced by reset(). |
|
|
Definition at line 59 of file cardMaker.h. Referenced by reset(). |
1.3