diff options
Diffstat (limited to 'src/o3d/deriv_vertex.hpp')
| -rw-r--r-- | src/o3d/deriv_vertex.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/o3d/deriv_vertex.hpp b/src/o3d/deriv_vertex.hpp index 6fc32e0..5e8dc22 100644 --- a/src/o3d/deriv_vertex.hpp +++ b/src/o3d/deriv_vertex.hpp @@ -5,10 +5,8 @@ namespace engine::o3d { -using engine::math::Vector4; - struct DerivedVertex { - Vector4 vertex; + engine::math::Vector4 vertex; float b0, b1; constexpr DerivedVertex div_by_w() const & { |
