2.5
- View3D: added ALT+B clipping operator. Note this needs a call to the new function view3d_operator_needs_opengl(C) to ensure you can use opengl functions. Event handling by default doesn't set opengl per subwindow, it's also forbidden to draw then! We might consider to tag operators that need opengl... - Forgot to include creator.c fix for loading builtin vector font
This commit is contained in:
@@ -44,15 +44,6 @@ void sdrawXORline4(int nr, int x0, int y0, int x1, int y1);
|
||||
void fdrawXORellipse(float xofs, float yofs, float hw, float hh);
|
||||
void fdrawXORcirc(float xofs, float yofs, float rad);
|
||||
|
||||
/**
|
||||
* Draw an XOR'd line in the front buffer between
|
||||
* the given points.
|
||||
*
|
||||
* @attention This function also handles flushing the GL
|
||||
* pipeline, which means it is inappropriate for drawing
|
||||
* a large number of lines at once.
|
||||
*/
|
||||
void glutil_draw_front_xor_line(int x0, int y0, int x1, int y1);
|
||||
|
||||
/**
|
||||
* Draw a lined (non-looping) arc with the given
|
||||
|
||||
Reference in New Issue
Block a user