From ddf978a241508e109a42bdf22e97dc5e8a041bac Mon Sep 17 00:00:00 2001 From: Seth Date: Wed, 23 Oct 2024 16:31:14 -0700 Subject: [PATCH] Minor change to test receive hook --- geometric_objects.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/geometric_objects.h b/geometric_objects.h index 8ed5a03..a9e2adf 100644 --- a/geometric_objects.h +++ b/geometric_objects.h @@ -1,5 +1,9 @@ #pragma once +/* TODO: + * Normal Vector for panel to set orientation + * Collision detection (can't move through panel) + */ class flat_panel : public gameobject { public: std::vector object_scales, texture_scales; -- 2.39.5