#include <string>
#include "ShMatrix.hpp"
#include "ShTexture.hpp"
#include "ShProgram.hpp"
#include "ShKernelSurfaceImpl.hpp"
Include dependency graph for ShKernelSurface.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ShUtil |
They must take as input an irrad of type T, which is the irradiance from a single light source and should use only the globals "halfVec", "lightVec", "lightPos", "halfVect", or "lightVect".
Output must be a single variable of type T named result (Most likely a ShColor3f or 4f)
Definition in file ShKernelSurface.hpp.