t
Loading...
Searching...
No Matches
Attributes.hpp
1#include "math/Vector3.hpp"
2
3#ifndef ATTRIBUTES_HPP
4#define ATTRIBUTES_HPP
5
6namespace t {
7
19
20} // namespace t
21
22#endif // ATTRIBUTES_HPP
The 3D vector class.
Definition Vector3.hpp:20
The t software 3D graphics library namespace.
Definition algorithms.hpp:12
The attributes of a vertex, available to vertex shaders.
Definition Attributes.hpp:14
Vector3 & localPosition
The local position of the current vertex.
Definition Attributes.hpp:15
Vector3 & localNormal
The local normal vector of the current vertex.
Definition Attributes.hpp:16