Top | ![]() |
![]() |
![]() |
![]() |
VisuGlExtPlanesVisuGlExtPlanes — Draw a list of VisuPlane. |
This extension draws a list of VisuPlane. Planes are outlined with a black line and also the intersections of planes.
VisuGlExtPlanes *
visu_gl_ext_planes_new (const gchar *name
);
Creates a new VisuGlExt to draw a list of planes.
Since: 3.7
gboolean visu_gl_ext_planes_setBox (VisuGlExtPlanes *ext
,VisuBox *box
);
Apply box
on every plane rendered by ext
.
Since: 3.8
#define VISU_GL_EXT_PLANES_ID "Planes"
The id used to identify this extension, see
visu_gl_ext_rebuild()
for instance.