From: Seth Date: Wed, 23 Oct 2024 23:31:14 +0000 (-0700) Subject: Minor change to test receive hook X-Git-Url: https://isoptera.lcsc.edu/gitweb/?a=commitdiff_plain;h=ddf978a241508e109a42bdf22e97dc5e8a041bac;p=example_engine%2F.git Minor change to test receive hook --- 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;