OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
osgUtil::HighlightMapGenerator Class Reference

#include <HighlightMapGenerator.h>

Inheritance diagram for osgUtil::HighlightMapGenerator:
Inheritance graph
[legend]
Collaboration diagram for osgUtil::HighlightMapGenerator:
Collaboration graph
[legend]

Public Member Functions

 HighlightMapGenerator (const osg::Vec3 &light_direction, const osg::Vec4 &light_color, float specular_exponent, int texture_size=64)
 
 HighlightMapGenerator (const HighlightMapGenerator &copy, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
 
- Public Member Functions inherited from osgUtil::CubeMapGenerator
 CubeMapGenerator (int texture_size=64)
 
 CubeMapGenerator (const CubeMapGenerator &copy, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
 
osg::ImagegetImage (osg::TextureCubeMap::Face face)
 
const osg::ImagegetImage (osg::TextureCubeMap::Face face) const
 
void generateMap (bool use_osg_system=true)
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool threadSafe)
 
bool getThreadSafeRefUnref () const
 
OpenThreads::MutexgetRefMutex () const
 
int ref () const
 
int unref () const
 
int unref_nodelete () const
 
int referenceCount () const
 
ObserverSetgetObserverSet () const
 
ObserverSetgetOrCreateObserverSet () const
 
void addObserver (Observer *observer) const
 
void removeObserver (Observer *observer) const
 

Protected Member Functions

virtual ~HighlightMapGenerator ()
 
HighlightMapGeneratoroperator= (const HighlightMapGenerator &)
 
virtual osg::Vec4 compute_color (const osg::Vec3 &R) const
 
- Protected Member Functions inherited from osgUtil::CubeMapGenerator
virtual ~CubeMapGenerator ()
 
CubeMapGeneratoroperator= (const CubeMapGenerator &)
 
void set_pixel (int index, int c, int r, const osg::Vec4 &color)
 
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
 
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
 
void deleteUsingDeleteHandler () const
 

Additional Inherited Members

- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
 
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
 
static bool getThreadSafeReferenceCounting ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 
- Static Protected Member Functions inherited from osgUtil::CubeMapGenerator
static osg::Vec4 vector_to_color (const osg::Vec3 &vec)
 
- Protected Attributes inherited from osg::Referenced
OpenThreads::AtomicPtr _observerSet
 
OpenThreads::Atomic _refCount
 

Detailed Description

This cube map generator produces a specular highlight map. The vector-color association is: C = (R dot (-L)) ^ n, where C is the resulting color, R is the reflection vector, L is the light direction and n is the specular exponent.

Definition at line 28 of file HighlightMapGenerator.h.

Constructor & Destructor Documentation

osgUtil::HighlightMapGenerator::HighlightMapGenerator ( const osg::Vec3 light_direction,
const osg::Vec4 light_color,
float  specular_exponent,
int  texture_size = 64 
)
osgUtil::HighlightMapGenerator::HighlightMapGenerator ( const HighlightMapGenerator copy,
const osg::CopyOp copyop = osg::CopyOp::SHALLOW_COPY 
)
virtual osgUtil::HighlightMapGenerator::~HighlightMapGenerator ( )
inlineprotectedvirtual

Definition at line 39 of file HighlightMapGenerator.h.

Member Function Documentation

osg::Vec4 osgUtil::HighlightMapGenerator::compute_color ( const osg::Vec3 R) const
inlineprotectedvirtual

Override this method to define how colors are computed. The parameter R is the reflection vector, pointing from the center of the cube. The return value should be the RGBA color associated with that reflection ray.

Implements osgUtil::CubeMapGenerator.

Definition at line 52 of file HighlightMapGenerator.h.

Here is the call graph for this function:

HighlightMapGenerator& osgUtil::HighlightMapGenerator::operator= ( const HighlightMapGenerator )
inlineprotected

Definition at line 40 of file HighlightMapGenerator.h.


The documentation for this class was generated from the following file: