17 INLINE EggLoader::PrimitiveUnifier::
19 _type(prim->get_type()),
20 _shade_model(prim->get_shade_model())
28 INLINE
bool EggLoader::PrimitiveUnifier::
29 operator < (
const PrimitiveUnifier &other)
const {
30 if (_type != other._type) {
31 return _type < other._type;
33 return _shade_model < other._shade_model;
This is an abstract base class for a family of classes that represent the fundamental geometry primit...