15 #ifndef LWOSURFACECOLOR_H
16 #define LWOSURFACECOLOR_H
18 #include "pandatoolbase.h"
36 virtual void write(ostream &out,
int indent_level = 0)
const;
40 return get_class_type();
42 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
46 static void init_type() {
47 LwoChunk::init_type();
48 register_type(_type_handle,
"LwoSurfaceColor",
49 LwoChunk::get_class_type());
This is the base class for all three-component vectors and points.
virtual bool read_iff(IffInputFile *in, size_t stop_at)
Reads the data of the chunk in from the given input file, if possible.
Records the base color of a surface, as an entry within a LwoSurface chunk.
A specialization of IffChunk for Lightwave Object files.
TypeHandle is the identifier used to differentiate C++ class types.