18 #include "pandatoolbase.h"
20 #include "fltBeadID.h"
31 F_no_daylight = 0x80000000,
32 F_no_dusk = 0x40000000,
33 F_no_night = 0x20000000,
34 F_no_illuminate = 0x10000000,
35 F_flat_shaded = 0x08000000,
36 F_shadow_object = 0x04000000,
40 int _relative_priority;
42 int _special_id1, _special_id2;
51 return get_class_type();
53 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
57 static void init_type() {
58 FltBeadID::init_type();
59 register_type(_type_handle,
"FltObject",
60 FltBeadID::get_class_type());
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly...
A base class for any of a broad family of flt beads that include an ID.
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
The main objecting bead of the flt file.
TypeHandle is the identifier used to differentiate C++ class types.