15 #ifndef LWOSURFACEBLOCKIMAGE_H 16 #define LWOSURFACEBLOCKIMAGE_H 18 #include "pandatoolbase.h" 34 virtual void write(ostream &out,
int indent_level = 0)
const;
38 return get_class_type();
40 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
44 static void init_type() {
45 LwoChunk::init_type();
46 register_type(_type_handle,
"LwoSurfaceBlockImage",
47 LwoChunk::get_class_type());
A specialization of IffChunk for Lightwave Object files.
Specifies the particular image that is being applied as a texture.
TypeHandle is the identifier used to differentiate C++ class types.
virtual bool read_iff(IffInputFile *in, size_t stop_at)
Reads the data of the chunk in from the given input file, if possible.