18 #include "pandatoolbase.h" 20 #include "fltRecord.h" 35 F_materials_used = 0x80000000,
39 string _material_name;
45 PN_stdfloat _shininess;
58 return get_class_type();
60 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
64 static void init_type() {
65 FltRecord::init_type();
66 register_type(_type_handle,
"FltMaterial",
67 FltRecord::get_class_type());
This is the base class for all three-component vectors and points.
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly...
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
bool build_14_record(Datagram &datagram)
Fills up the current record on the FltRecordWriter with data for this record, formatted as a part of ...
Represents a single material in the material palette.
bool extract_14_record(int index, DatagramIterator &di)
Fills in the information in this record based on the information from the current position within the...
The base class for all kinds of records in a MultiGen OpenFlight file.
A class to retrieve the individual data elements previously stored in a Datagram. ...
TypeHandle is the identifier used to differentiate C++ class types.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...