gthreemeshnormalmaterial

gthreemeshnormalmaterial

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GthreeMaterial
        ╰── GthreeMeshMaterial
            ╰── GthreeMeshNormalMaterial

Includes

#include <gthree/gthree.h>

Description

Functions

gthree_mesh_normal_material_new ()

GthreeMeshNormalMaterial *
gthree_mesh_normal_material_new ();

gthree_mesh_normal_material_set_shading_type ()

void
gthree_mesh_normal_material_set_shading_type
                               (GthreeMeshNormalMaterial *normal,
                                GthreeShadingType shading_type);

gthree_mesh_normal_material_get_shading_type ()

GthreeShadingType
gthree_mesh_normal_material_get_shading_type
                               (GthreeMeshNormalMaterial *normal);

Types and Values

GthreeMeshNormalMaterial

typedef struct _GthreeMeshNormalMaterial GthreeMeshNormalMaterial;

GthreeMeshNormalMaterialClass

typedef struct {
  GthreeMeshMaterialClass parent_class;
} GthreeMeshNormalMaterialClass;