|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Static Public Member Functions | |
| static std::string | PhongShaderFunction () |
| vec4 Phong(vec4 VertexInEyeSpace,
vec3 NormalInEyeSpace,
vec4 DiffuseColor,
float shininess,
float sidedness); | |
Static Public Member Functions inherited from Wizt::Illuminatable | |
| static RenderBasin::glsl | DefineLightSources (VRenderContext &Context) |
| static bool | feedAnemone (VRenderContext &Context, AnemoneCreatorBase &AC) |
| static bool | feedAnemone (const AnemoneCreatorContext &ACC) |
| static bool | isValidAnemone (VRenderContext &Context, const AnemoneCreatorBase &AC) |
| Check for consistency of the number of light sources. | |
| static bool | isValidAnemone (VRenderContext &Context, const WeakPtr< AnemoneCreatorBase > &AC) |
| Check for consistency of the number of light sources. | |
| static bool | isValidAnemone (const AnemoneCreatorContext &ACC) |
| Check for consistency of the number of light sources. | |