15 #ifndef LWOSURFACEBLOCKOPACITY_H 16 #define LWOSURFACEBLOCKOPACITY_H 18 #include "pandatoolbase.h" 37 T_texture_displacement = 6
46 virtual void write(ostream &out,
int indent_level = 0)
const;
50 return get_class_type();
52 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
56 static void init_type() {
57 LwoChunk::init_type();
58 register_type(_type_handle,
"LwoSurfaceBlockOpacity",
59 LwoChunk::get_class_type());
Indicates how transparent or opaque this particular layer is in relation to the layers beneath it...
A specialization of IffChunk for Lightwave Object files.
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.