From 36f4faef950b6fe06de25704d44d2a5b654919c7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 31 May 2010 17:16:45 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/introspection/osg/Fog.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/osgWrappers/introspection/osg/Fog.cpp b/src/osgWrappers/introspection/osg/Fog.cpp index 01afb3bb4..ef5ef0ca9 100644 --- a/src/osgWrappers/introspection/osg/Fog.cpp +++ b/src/osgWrappers/introspection/osg/Fog.cpp @@ -138,6 +138,16 @@ BEGIN_OBJECT_REFLECTOR(osg::Fog) __C5_Vec4_R1__getColor, "", ""); + I_Method1(void, setUseRadialFog, IN, bool, useRadialFog, + Properties::NON_VIRTUAL, + __void__setUseRadialFog__bool, + "", + ""); + I_Method0(bool, getUseRadialFog, + Properties::NON_VIRTUAL, + __bool__getUseRadialFog, + "", + ""); I_Method1(void, setFogCoordinateSource, IN, GLint, source, Properties::NON_VIRTUAL, __void__setFogCoordinateSource__GLint, @@ -174,5 +184,8 @@ BEGIN_OBJECT_REFLECTOR(osg::Fog) I_SimpleProperty(osg::StateAttribute::Type, Type, __Type__getType, 0); + I_SimpleProperty(bool, UseRadialFog, + __bool__getUseRadialFog, + __void__setUseRadialFog__bool); END_REFLECTOR