Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/drawanimviz.c
| Context not available. | |||||
| mpv_start = (mpath->points + sind); | mpv_start = (mpath->points + sind); | ||||
| /* draw curve-line of path */ | /* draw curve-line of path */ | ||||
| glShadeModel(GL_SMOOTH); | |||||
| glBegin(GL_LINE_STRIP); | glBegin(GL_LINE_STRIP); | ||||
| for (i = 0, mpv = mpv_start; i < len; i++, mpv++) { | for (i = 0, mpv = mpv_start; i < len; i++, mpv++) { | ||||
| Context not available. | |||||
| } | } | ||||
| glEnd(); | glEnd(); | ||||
| glShadeModel(GL_FLAT); | |||||
| glPointSize(1.0); | glPointSize(1.0); | ||||
| Context not available. | |||||