15 #ifndef LWOSURFACEBLOCKWRAP_H
16 #define LWOSURFACEBLOCKWRAP_H
18 #include "pandatoolbase.h"
39 virtual void write(ostream &out,
int indent_level = 0)
const;
43 return get_class_type();
45 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
49 static void init_type() {
50 LwoChunk::init_type();
51 register_type(_type_handle,
"LwoSurfaceBlockWrap",
52 LwoChunk::get_class_type());
virtual bool read_iff(IffInputFile *in, size_t stop_at)
Reads the data of the chunk in from the given input file, if possible.
Specifies how the texture image appears for areas outside the image.
A specialization of IffChunk for Lightwave Object files.
TypeHandle is the identifier used to differentiate C++ class types.