]> isoptera.lcsc.edu Git - example_engine/.git/commitdiff
Minor change to test receive hook
authorSeth <sslong@lcsc.edu>
Wed, 23 Oct 2024 23:31:14 +0000 (16:31 -0700)
committerSeth <sslong@lcsc.edu>
Wed, 23 Oct 2024 23:31:14 +0000 (16:31 -0700)
geometric_objects.h

index 8ed5a03b44dc0ce84a82aa1b114525403710591d..a9e2adffa5220e351e1d63fc0ad13131c0cede9e 100644 (file)
@@ -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<glm::vec2> object_scales, texture_scales;