#include <ambientLight.h>
Inheritance diagram for AmbientLight:
Public Member Functions | |
virtual PandaNode * | make_copy () const |
virtual void | write (ostream &out, int indent_level) const |
virtual void | bind (GraphicsStateGuardianBase *gsg, int light_id) |
virtual void | write_datagram (BamWriter *manager, Datagram &dg) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
void | register_with_read_factory () |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
AmbientLight (const AmbientLight ©) | |
void | fillin (DatagramIterator &scan, BamReader *manager) |
Static Protected Member Functions | |
TypedWritable * | make_from_bam (const FactoryParams ¶ms) |
Private Attributes | |
PUBLISHED | __pad0__: AmbientLight(const string &name) |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 46 of file ambientLight.cxx. Referenced by make_copy(), and make_from_bam(). |
|
Implements Light. Definition at line 83 of file ambientLight.cxx. |
|
Reimplemented from LightNode. Definition at line 139 of file ambientLight.cxx. References LightNode::fillin(). Referenced by make_from_bam(). |
|
Reimplemented from LightNode. Definition at line 67 of file ambientLight.h. References LightNode::get_class_type(), and LightNode::init_type(). |
|
Reimplemented from LightNode. Definition at line 56 of file ambientLight.h. Referenced by RIBGraphicsStateGuardian::define_light(), GraphicsStateGuardian::issue_light(), and register_with_read_factory(). |
|
Reimplemented from LightNode. Definition at line 64 of file ambientLight.h. References LightNode::get_class_type(). |
|
Reimplemented from LightNode. Definition at line 59 of file ambientLight.h. References LightNode::get_class_type(), LightNode::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Reimplemented from PandaNode. Definition at line 61 of file ambientLight.cxx. References AmbientLight(). |
|
Reimplemented from PandaNode. Definition at line 120 of file ambientLight.cxx. References AmbientLight(), fillin(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Reimplemented from PandaNode. Definition at line 96 of file ambientLight.cxx. References get_class_type(), BamReader::get_factory(), make_from_bam(), and Factory< TypedWritable >::register_factory(). Referenced by init_libpgraph(). |
|
Reimplemented from LightNode. Definition at line 71 of file ambientLight.cxx. References Light::get_color(), and indent(). |
|
Reimplemented from LightNode. Definition at line 107 of file ambientLight.cxx. References LightNode::write_datagram(). |
|
Reimplemented from LightNode. Definition at line 35 of file ambientLight.h. |
|
Reimplemented from LightNode. Definition at line 25 of file ambientLight.cxx. |