From 3d8aa7c3caa7e33f3a69fa9fd6902cd62d3f5f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Efruz=20Y=C4=B1ld=C4=B1r=C4=B1r?= <30903352+yldrefruz@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:54:13 +0300 Subject: [PATCH] 3D Scene system upgrade. (#956) * 3d view system upgrade. * version fix * Versioning fixed. * Subdivision Added * Subdivision added. Removed toggle wireframe as an option. Reverted to previous rendering method. * Update obj export because new threejs version. * Clean up of unrequired code. * Multiple fixes to 3D view upgrade PR. * Remove unused code.(for3DRender) --- index.html | 35 +- libs/loopsubdivison.min.js | 132 +++++ libs/objexporter.min.js | 30 +- libs/orbitControls.min.js | 2 +- libs/three.min.js | 1016 +----------------------------------- modules/io/export.js | 2 +- modules/ui/3d.js | 141 ++++- modules/ui/options.js | 25 + versioning.js | 7 +- 9 files changed, 348 insertions(+), 1042 deletions(-) create mode 100644 libs/loopsubdivison.min.js diff --git a/index.html b/index.html index 92ca4c38..331dff69 100644 --- a/index.html +++ b/index.html @@ -5666,6 +5666,19 @@ +
+
Texture resolution:
+ +
+ + +
Sun position:
@@ -5673,6 +5686,8 @@
+ +
@@ -5683,6 +5698,20 @@
+
+ + +
+ +
+ Sun Color: +
+