15 #ifndef LWOSURFACEBLOCKPROJECTION_H 16 #define LWOSURFACEBLOCKPROJECTION_H 18 #include "pandatoolbase.h" 43 virtual void write(ostream &out,
int indent_level = 0)
const;
47 return get_class_type();
49 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
53 static void init_type() {
54 LwoChunk::init_type();
55 register_type(_type_handle,
"LwoSurfaceBlockProjection",
56 LwoChunk::get_class_type());
A specialization of IffChunk for Lightwave Object files.
Indicates the projection mode for this particular shader.
virtual bool read_iff(IffInputFile *in, size_t stop_at)
Reads the data of the chunk in from the given input file, if possible.
TypeHandle is the identifier used to differentiate C++ class types.