From 91c32cb173201ac8803a1e4452e8342969b8e484 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Oct 2021 13:36:49 +0800 Subject: *GLSL test --- Runtime/Math/Vector3.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Runtime/Math/Vector3.cpp') diff --git a/Runtime/Math/Vector3.cpp b/Runtime/Math/Vector3.cpp index 8b13789..13bc9fd 100644 --- a/Runtime/Math/Vector3.cpp +++ b/Runtime/Math/Vector3.cpp @@ -1 +1,4 @@ +#include "Vector3.h" +Internal::Vector3 Internal::Vector3::one = Internal::Vector3(1, 1, 1); +Internal::Vector3 Internal::Vector3::zero = Internal::Vector3(0, 0, 0); -- cgit v1.1-26-g67d0