mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Explicitly set nurbs order to 4.
This commit is contained in:
parent
91ceb9fb26
commit
8a0a85a3a7
@ -487,6 +487,7 @@ update_motion_trail (float current_time, LMatrix4f *transform) {
|
||||
for (index = 0; index < total_vertices; index++) {
|
||||
motion_trail_vertex = &_vertex_array [index];
|
||||
nurbs_curve_evaluator = motion_trail_vertex -> _nurbs_curve_evaluator;
|
||||
nurbs_curve_evaluator -> set_order (4);
|
||||
nurbs_curve_evaluator -> reset (total_segments);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user