FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
FloatingOriginShaderFunctions.hpp
1#ifndef __ANEMONEFISH_FLOATINGORIGIN_SHADER_FUNCTIONS_HPP
2#define __ANEMONEFISH_FLOATINGORIGIN_SHADER_FUNCTIONS_HPP
3
4#include <string>
5
6#include "anemonefishDllApi.h"
7
8namespace Wizt
9{
10
11#error "Outdated."
12
14{
16
17// virtual std::string WorldToScreen() const = 0;
18
19 virtual std::string FloatOriginShaderCode() const = 0;
20};
21
22}
23
24#endif // __ANEMONEFISH_FLOATINGORIGIN_SHADER_FUNCTIONS_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 FloatingOriginShaderFunctions.hpp:14