15 #ifndef LWOSURFACEBLOCKENABLED_H
16 #define LWOSURFACEBLOCKENABLED_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,
"LwoSurfaceBlockEnabled",
47 LwoChunk::get_class_type());
A specialization of IffChunk for Lightwave Object files.
Indicates whether this particular layer or shader should be rendered or not.
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.