From eee4bbfc15200be4b99d2cd6042417dc2e71de01 Mon Sep 17 00:00:00 2001 From: minish Date: Sat, 21 Sep 2024 02:15:41 -0400 Subject: [PATCH] hi --- index.html | 5 +- js/main.js | 121 +++++++++++++++++-------------------------------- js/obj.js | 60 ++++++++++++++++++++++++ shader/my.frag | 10 +--- shader/my.vert | 4 +- style.css | 8 ++-- 6 files changed, 111 insertions(+), 97 deletions(-) create mode 100644 js/obj.js diff --git a/index.html b/index.html index 403837c..338d5dd 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ +