15 #ifndef LWOSURFACESMOOTHINGANGLE_H
16 #define LWOSURFACESMOOTHINGANGLE_H
18 #include "pandatoolbase.h"
33 virtual void write(ostream &out,
int indent_level = 0)
const;
37 return get_class_type();
39 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
43 static void init_type() {
44 LwoChunk::init_type();
45 register_type(_type_handle,
"LwoSurfaceSmoothingAngle",
46 LwoChunk::get_class_type());
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.
Indicates the maximum angle (in radians) between adjacent polygons that should be smooth-shaded...
TypeHandle is the identifier used to differentiate C++ class types.