15 #ifndef LWOSURFACEBLOCKREPEAT_H 16 #define LWOSURFACEBLOCKREPEAT_H 18 #include "pandatoolbase.h" 37 virtual void write(ostream &out,
int indent_level = 0)
const;
41 return get_class_type();
43 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
47 static void init_type() {
48 LwoChunk::init_type();
49 register_type(_type_handle,
"LwoSurfaceBlockRepeat",
50 LwoChunk::get_class_type());
For cylindrical and spherical projections, this parameter controls how many times the image repeats o...
virtual bool read_iff(IffInputFile *in, size_t stop_at)
Reads the data of the chunk in from the given input file, if possible.
A specialization of IffChunk for Lightwave Object files.
TypeHandle is the identifier used to differentiate C++ class types.