Public Member Functions |
|
| FltVectorRecord (FltHeader *header) |
|
virtual TypeHandle | force_init_type () |
|
virtual TypeHandle | get_type () const |
| const LVector3 & | get_vector () const |
| | Returns the vector value.
|
Static Public Member Functions |
|
static TypeHandle | get_class_type () |
| static void | init_type () |
| | This function is declared non-inline to work around a compiler bug in g++ 2.96.
|
Protected Member Functions |
| virtual bool | build_record (FltRecordWriter &writer) const |
| | Fills up the current record on the FltRecordWriter with data for this record, but does not advance the writer.
|
| virtual bool | extract_record (FltRecordReader &reader) |
| | Fills in the information in this record based on the information given in the indicated datagram, whose opcode has already been read.
|
Protected Attributes |
|
LVector3 | _vector |
Friends |
|
class | FltBead |
This is an ancillary record of the old (pre-15.4) face node.
Its only use is to provide the direction vector for unidirectional and bidirectional light point faces.
Definition at line 31 of file fltVectorRecord.h.