From 8f4b038908e1bd68dcd6ec6aa215e8e669a8499a Mon Sep 17 00:00:00 2001 From: Naurril Date: Wed, 1 Apr 2020 09:33:17 +0800 Subject: [PATCH] linear interpolation --- index.html | 6 +- main.py | 182 +++++---------------------------------------- public/js/image.js | 2 +- public/js/main.js | 32 ++++++++ public/js/save.js | 4 +- scene_reader.py | 122 ++++++++++++++++++++++++++++++ 6 files changed, 180 insertions(+), 168 deletions(-) create mode 100644 scene_reader.py diff --git a/index.html b/index.html index 832e6f1..ff4aa01 100644 --- a/index.html +++ b/index.html @@ -307,10 +307,10 @@
- + +