PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Functions | |
for (int ui=0;ui< num_u_vertices;ui++) | |
for (pi=egg_curve->begin();pi !=egg_curve->end();++pi) | |
if (num_u_knots !=nurbs->get_num_u_knots()) | |
if (num_v_knots !=nurbs->get_num_v_knots()) | |
if (num_knots !=nurbs->get_num_knots()) | |
PT (NurbsSurfaceEvaluator) make_nurbs_surface(EggNurbsSurface *egg_surface | |
Returns a new NurbsSurfaceEvaluator that's filled in with the values from the given EggSurface (and transformed by the indicated matrix), or NULL if the object is invalid. More... | |
PT (NurbsCurveEvaluator) make_nurbs_curve(EggNurbsCurve *egg_curve | |
Returns a new NurbsCurveEvaluator that's filled in with the values from the given EggCurve (and transformed by the indicated matrix), or NULL if the object is invalid. More... | |
nurbs | reset (num_u_vertices, num_v_vertices) |
nurbs | reset (egg_curve->size()) |
nurbs | set_order (egg_curve->get_order()) |
nurbs | set_u_order (egg_surface->get_u_order()) |
nurbs | set_v_order (egg_surface->get_v_order()) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file egg_parametrics.cxx.
PT | ( | NurbsSurfaceEvaluator | ) |
Returns a new NurbsSurfaceEvaluator that's filled in with the values from the given EggSurface (and transformed by the indicated matrix), or NULL if the object is invalid.
If there is vertex color, it will be applied to values 0 - 3 of the extended vertex values.
PT | ( | NurbsCurveEvaluator | ) |
Returns a new NurbsCurveEvaluator that's filled in with the values from the given EggCurve (and transformed by the indicated matrix), or NULL if the object is invalid.
If there is vertex color, it will be applied to values 0 - 3 of the extended vertex values.
EXPCL_PANDA_EGG2PG const LMatrix4d & mat |
Definition at line 24 of file egg_parametrics.cxx.