FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Phong.hpp
1#ifndef __SHADERS_PHONG_HPP
2#define __SHADERS_PHONG_HPP
3
4#include <ocean/Anemonia/VRenderContext.hpp>
5
6#include "shadersDllApi.h"
7#include "Illuminatable.hpp"
8
9namespace Wizt
10{
11
16{
17
25static std::string PhongShaderFunction();
26
27};
28
29
30} // namespace Wizt
31
32#endif // __SHADERS_PHONG_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 Illuminatable.hpp:16
Definition Phong.hpp:16