From 3239ba18797b1aa098056aa0c2a70e250a27a06c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 24 Oct 2021 13:24:13 +0800 Subject: * port shader --- Runtime/Math/Vector3.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Runtime/Math/Vector3.h') diff --git a/Runtime/Math/Vector3.h b/Runtime/Math/Vector3.h index 041ffef..08e2592 100644 --- a/Runtime/Math/Vector3.h +++ b/Runtime/Math/Vector3.h @@ -1,9 +1,8 @@ #ifndef VECTOR3_H #define VECTOR3_H -class Vector3 +struct Vector3 { -public: float x, y, z; inline void Set(float x, float y, float z) -- cgit v1.1-26-g67d0