FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
ShaderCodes.hpp
1#ifndef __FISH_EYE_SHADERS_SHADERCODES_HPP
2#define __FISH_EYE_SHADERS_SHADERCODES_HPP
3
4#include <ocean/Anemonia/Programmable.hpp>
5
6#include "shadersDllApi.h"
7
8namespace Wizt
9{
10
14{
15
29static std::string Phong();
30
31static const char Ortho_glsl[];
32static std::string Ortho();
33
40//static std::string getViewDir();
41};
42
43} //
44
45#endif // __FISH_EYE_SHADERS_SHADERCODES_HPP
basic_string< char > string
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...
Definition Phong.hpp:16
Definition ShaderCodes.hpp:14