|
Visualization Library 2.1.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
This is the complete list of members for vl::Fog, including all inherited members.
| apply(int index, const Camera *, OpenGLContext *ctx) const | vl::Fog | virtual |
| as() | vl::Object | inline |
| as() const | vl::Object | inline |
| automaticDelete() const | vl::Object | inline |
| clone() const | vl::Fog | inlinevirtual |
| color() const | vl::Fog | inline |
| decReference() | vl::Object | inline |
| density() const | vl::Fog | inline |
| end() const | vl::Fog | inline |
| Fog(EFogMode mode=FM_LINEAR, const fvec4 &color=fvec4(0, 0, 0, 0), float density=1, float start=0, float end=1) | vl::Fog | inline |
| incReference() const | vl::Object | inline |
| mAutomaticDelete | vl::Object | protected |
| mColor | vl::Fog | protected |
| mDensity | vl::Fog | protected |
| mEnd | vl::Fog | protected |
| mMode | vl::Fog | protected |
| mObjectName | vl::Object | protected |
| mode() const | vl::Fog | inline |
| mRefCountMutex | vl::Object | protected |
| mReferenceCount | vl::Object | mutableprotected |
| mStart | vl::Fog | protected |
| Object() | vl::Object | inline |
| Object(const Object &other) | vl::Object | inline |
| objectName() const | vl::Object | inline |
| operator=(const Object &other) | vl::Object | inline |
| refCountMutex() | vl::Object | inline |
| refCountMutex() const | vl::Object | inline |
| referenceCount() const | vl::Object | inline |
| RenderState() | vl::RenderState | inline |
| RenderStateNonIndexed() | vl::RenderStateNonIndexed | inline |
| set(EFogMode mode, const fvec4 &color, float density, float start, float end) | vl::Fog | inline |
| setAutomaticDelete(bool autodel_on) | vl::Object | inline |
| setColor(const fvec4 &color) | vl::Fog | inline |
| setDensity(float density) | vl::Fog | inline |
| setEnd(float end) | vl::Fog | inline |
| setMode(EFogMode mode) | vl::Fog | inline |
| setObjectName(const char *name) | vl::Object | inline |
| setObjectName(const std::string &name) | vl::Object | inline |
| setRefCountMutex(IMutex *mutex) | vl::Object | inline |
| setStart(float start) | vl::Fog | inline |
| start() const | vl::Fog | inline |
| type() const | vl::Fog | inlinevirtual |
| ~Object() | vl::Object | protectedvirtual |
Visualization Library 2.1.0 Reference Documentation
Updated on Wed Mar 10 2021 16:02:50.
© Copyright Michele Bosi. All rights reserved.