21 INLINE SoftEggGroupUserData::
22 SoftEggGroupUserData() {
23 _vertex_color =
false;
24 _double_sided =
false;
33 INLINE SoftEggGroupUserData::
36 _vertex_color(copy._vertex_color),
37 _double_sided(copy._double_sided)
47 INLINE
void SoftEggGroupUserData::
49 EggUserData::operator = (copy);
50 _vertex_color = copy._vertex_color;
51 _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...