15 #ifndef LWOSURFACEBLOCKCOORDSYS_H
16 #define LWOSURFACEBLOCKCOORDSYS_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,
"LwoSurfaceBlockCoordSys",
52 LwoChunk::get_class_type());
Specifies whether texture coordinates are computed based on the vertices' world coordinates or local ...
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.