17 INLINE MayaEggGroupUserData::
18 MayaEggGroupUserData() {
19 _vertex_color =
false;
20 _double_sided =
false;
27 INLINE MayaEggGroupUserData::
30 _vertex_color(copy._vertex_color),
31 _double_sided(copy._double_sided)
39 INLINE
void MayaEggGroupUserData::
41 EggUserData::operator = (copy);
42 _vertex_color = copy._vertex_color;
43 _double_sided = copy._double_sided;
This is a base class for a user-defined data type to extend egg structures in processing code.
This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the...