# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::ICubeMapFunctor Struct Reference

A cube map functor should return a color from a vector (with each coordinate ranging from [-1..1]. More...

#include <cube_map_builder.h>

Inheritance diagram for NL3D::ICubeMapFunctor:

NL3D::CSpecCubeMapFunctor List of all members.

Public Methods

virtual NLMISC::CRGBA operator() (const NLMISC::CVector &v)=0

Detailed Description

A cube map functor should return a color from a vector (with each coordinate ranging from [-1..1].

Definition at line 44 of file cube_map_builder.h.


Member Function Documentation

virtual NLMISC::CRGBA NL3D::ICubeMapFunctor::operator() const NLMISC::CVector   v [pure virtual]
 

Implemented in NL3D::CSpecCubeMapFunctor.


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