t
Loading...
Searching...
No Matches
Varyings.hpp
1#include "math/Vector3.hpp"
2
3#ifndef VARYINGS_HPP
4#define VARYINGS_HPP
5
6namespace t {
7
25
26} // namespace t
27
28#endif // VARYINGS_HPP
The 3D vector class.
Definition Vector3.hpp:20
The t software 3D graphics library namespace.
Definition algorithms.hpp:12
The varyings available to fragment shaders.
Definition Varyings.hpp:19
Vector3 & localPosition
The position in local space associateed with the current fragment.
Definition Varyings.hpp:20
Vector3 & localNormal
The normal vector in local space associated with the current fragment.
Definition Varyings.hpp:22