glbumper

glbumper — Bump mapping filter

Synopsis

                    GstGLBumper;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GstGLFilter
                           +----GstGLBumper

Properties

  "location"                 gchar*                : Read / Write

Description

Bump mapping using the normal method.

Examples

gst-launch -v videotestsrc ! glupload ! glbumper location=normalmap.bmp ! glimagesink
A pipeline to test normal mapping. FBO (Frame Buffer Object) and GLSL (OpenGL Shading Language) are required.

Details

GstGLBumper

typedef struct _GstGLBumper GstGLBumper;

Property Details

The "location" property

  "location"                 gchar*                : Read / Write

Normal map location.

Default value: NULL