#include <basictex.h>


Public Member Functions | |
| textureClouds_t (int dep, PFLOAT sz, bool hd, const color_t &c1, const color_t &c2, const std::string &ntype, const std::string &btype) | |
| virtual | ~textureClouds_t () |
| virtual colorA_t | getColor (const point3d_t &p) const |
| virtual CFLOAT | getFloat (const point3d_t &p) const |
Static Public Member Functions | |
| static texture_t * | factory (paraMap_t ¶ms, renderEnvironment_t &render) |
Protected Attributes | |
| int | depth |
| int | bias |
| PFLOAT | size |
| bool | hard |
| color_t | color1 |
| color_t | color2 |
| noiseGenerator_t * | nGen |
Definition at line 11 of file basictex.h.
| textureClouds_t::textureClouds_t | ( | int | dep, | |
| PFLOAT | sz, | |||
| bool | hd, | |||
| const color_t & | c1, | |||
| const color_t & | c2, | |||
| const std::string & | ntype, | |||
| const std::string & | btype | |||
| ) |
Definition at line 39 of file basictex.cc.
| textureClouds_t::~textureClouds_t | ( | ) | [virtual] |
Definition at line 50 of file basictex.cc.
| texture_t * textureClouds_t::factory | ( | paraMap_t & | params, | |
| renderEnvironment_t & | render | |||
| ) | [static] |
Definition at line 72 of file basictex.cc.
Implements texture_t.
Definition at line 66 of file basictex.cc.
| CFLOAT textureClouds_t::getFloat | ( | const point3d_t & | p | ) | const [virtual] |
Reimplemented from texture_t.
Definition at line 56 of file basictex.cc.
int textureClouds_t::bias [protected] |
Definition at line 23 of file basictex.h.
color_t textureClouds_t::color1 [protected] |
Definition at line 26 of file basictex.h.
color_t textureClouds_t::color2 [protected] |
Definition at line 26 of file basictex.h.
int textureClouds_t::depth [protected] |
Definition at line 23 of file basictex.h.
bool textureClouds_t::hard [protected] |
Definition at line 25 of file basictex.h.
noiseGenerator_t* textureClouds_t::nGen [protected] |
Definition at line 27 of file basictex.h.
PFLOAT textureClouds_t::size [protected] |
Definition at line 24 of file basictex.h.
1.6.1