Name
Gtk3dCanvasBall -- A ball item.
Synopsis
#include <gtk-3dcanvas-ball.h>
Gtk3dcanvasItem* gtk_3dcanvas_ball_new (Gtk3dcanvasGroup *parent,
float x0,
float y0,
float z0,
char *color,
float radius,
int smoothness);
|
Description
This Gtk3dCanvasItem a plain regular ball. See the properties below to see
how to interact with it.
Details
gtk_3dcanvas_ball_new ()
Gtk3dcanvasItem* gtk_3dcanvas_ball_new (Gtk3dcanvasGroup *parent,
float x0,
float y0,
float z0,
char *color,
float radius,
int smoothness); |
Make a ball item.