21 INLINE EggLoader::PrimitiveUnifier::
23 _type(prim->get_type()),
24 _shade_model(prim->get_shade_model())
34 INLINE
bool EggLoader::PrimitiveUnifier::
35 operator < (
const PrimitiveUnifier &other)
const {
36 if (_type != other._type) {
37 return _type < other._type;
39 return _shade_model < other._shade_model;
This is an abstract base class for a family of classes that represent the fundamental geometry primit...