Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Wizt::DistinctiveElement Struct Reference

Public Types

using initializeAnemone_t
using getColorFunc_t = std::function<VRenderContext::glsl(VRenderContext&Context)>

Public Attributes

initializeAnemone_t initializeAnemone = nullptr
getColorFunc_t getColorFunc = nullptr
std::map< std::string, std::stringUniformVariables
 Key: Name of the variable Value: Type of the variable E.g.:

Member Typedef Documentation

◆ initializeAnemone_t

using Wizt::DistinctiveElement::initializeAnemone_t

Member Data Documentation

◆ UniformVariables

std::map<std::string, std::string> Wizt::DistinctiveElement::UniformVariables

Key: Name of the variable Value: Type of the variable E.g.:

UniformVariables[ "Value" ] = "int";
std::map< std::string, std::string > UniformVariables
Key: Name of the variable Value: Type of the variable E.g.:
Definition DistinctiveElement.hpp:31