18 EggSurface(
const std::string &name) :
EggPrimitive(name) {
29 _u_subdiv(copy._u_subdiv),
30 _v_subdiv(copy._v_subdiv)
39 EggPrimitive::operator = (copy);
40 _u_subdiv = copy._u_subdiv;
41 _v_subdiv = copy._v_subdiv;
A base class for any of a number of kinds of geometry primitives: polygons, point lights,...
int get_v_subdiv() const
Returns the requested number of subdivisions in the U direction, or 0 if no particular subdivisions h...
void set_u_subdiv(int subdiv)
Sets the number of subdivisions in the U direction that will be requested across the surface.
void set_v_subdiv(int subdiv)
Sets the number of subdivisions in the U direction that will be requested across the surface.
A parametric surface of some kind.
int get_u_subdiv() const
Returns the requested number of subdivisions in the U direction, or 0 if no particular subdivisions h...