gthreecubetexture
gthreecubetexture
|
|
Includes
#include <gthree/gthree.h>
Functions
gthree_cube_texture_new ()
GthreeCubeTexture *
gthree_cube_texture_new (GdkPixbuf *px
,
GdkPixbuf *nx
,
GdkPixbuf *py
,
GdkPixbuf *ny
,
GdkPixbuf *pz
,
GdkPixbuf *nz
);
gthree_cube_texture_new_from_array ()
GthreeCubeTexture *
gthree_cube_texture_new_from_array (GdkPixbuf *pixbufs[6]
);
Types and Values
GthreeCubeTexture
typedef struct _GthreeCubeTexture GthreeCubeTexture;
GthreeCubeTextureClass
typedef struct {
GthreeTextureClass parent_class;
} GthreeCubeTextureClass;