mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
Fix vertex color and texture coordinates.
This commit is contained in:
parent
c0d11f9c97
commit
6e952e10c1
@ -531,6 +531,10 @@ class MotionTrail(NodePath, DirectObject):
|
|||||||
t2 = Vec2 (one_minus_x (et), motion_trail_vertex_start.v)
|
t2 = Vec2 (one_minus_x (et), motion_trail_vertex_start.v)
|
||||||
|
|
||||||
while (vertex_segement_index < total_vertex_segments):
|
while (vertex_segement_index < total_vertex_segments):
|
||||||
|
|
||||||
|
motion_trail_vertex_start = self.vertex_list [vertex_segement_index]
|
||||||
|
motion_trail_vertex_end = self.vertex_list [vertex_segement_index + 1]
|
||||||
|
|
||||||
start_nurbs_curve_result = nurbs_curve_result_list [vertex_segement_index]
|
start_nurbs_curve_result = nurbs_curve_result_list [vertex_segement_index]
|
||||||
end_nurbs_curve_result = nurbs_curve_result_list [vertex_segement_index + 1]
|
end_nurbs_curve_result = nurbs_curve_result_list [vertex_segement_index + 1]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user