![]() |
Image Component Library (ICL)
|
extra base class for primitives, that use a special alpha function (in particular textures) More...
#include <Primitive.h>
Public Member Functions | |
| ICLGeom_API | AlphaFuncProperty () |
| base constructor setting up to GL_GREATER 0.1 More... | |
| AlphaFuncProperty (int alphaFunc, float alphaValue) | |
| void | setAlphaFunc (int func, float value) |
| used for setting up the alpha func, that is used to render this texture primitive More... | |
| ICLGeom_API void | restoreAlphaDefaults () |
Public Attributes | |
| int | alphaFunc |
| < used for glAlphaFunc call glAlphaFunc((GLenum)alphaFunc,alphaValue) More... | |
| float | alphaValue |
| < used for glAlphaFunc call glAlphaFunc((GLenum)alphaFunc,alphaValue) More... | |
extra base class for primitives, that use a special alpha function (in particular textures)
| ICLGeom_API icl::geom::AlphaFuncProperty::AlphaFuncProperty | ( | ) |
base constructor setting up to GL_GREATER 0.1
|
inline |
| ICLGeom_API void icl::geom::AlphaFuncProperty::restoreAlphaDefaults | ( | ) |
|
inline |
used for setting up the alpha func, that is used to render this texture primitive
| int icl::geom::AlphaFuncProperty::alphaFunc |
< used for glAlphaFunc call glAlphaFunc((GLenum)alphaFunc,alphaValue)
| float icl::geom::AlphaFuncProperty::alphaValue |
< used for glAlphaFunc call glAlphaFunc((GLenum)alphaFunc,alphaValue)
1.8.15