From 6fa3363acc36e2213921c6fd64ff26fabe24e5b9 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 21 Jun 2024 17:12:04 +0200 Subject: [PATCH] update parziale draw.js --- WebDoorView/3DM_test/test_js_call/index.html | 30 +- .../webgl-door-visualizer/draw.js | 404 ++++++++++++++++++ 2 files changed, 419 insertions(+), 15 deletions(-) create mode 100644 WebDoorView/3DM_test/test_js_call/lib/node_modules/webgl-door-visualizer/draw.js diff --git a/WebDoorView/3DM_test/test_js_call/index.html b/WebDoorView/3DM_test/test_js_call/index.html index 2a48daf..ad2e9d1 100644 --- a/WebDoorView/3DM_test/test_js_call/index.html +++ b/WebDoorView/3DM_test/test_js_call/index.html @@ -27,23 +27,23 @@
- Camera settings : 
- Zoom : Wheel-Scroll 
- Pan : Mouse-Wheel and Drag
- Rotate : Key-CTRL + Mouse-Right and Drag
- Center : Key-'Space' 
- Type : Key-O ( orthographic ) 
-        Key-P ( perspective ) 
-                        
- Toggle Auto-rotation : Key-R 
-                        
- Toggle Show-Dimension : Key-D
+                        Camera settings : 
+                        Zoom : Wheel-Scroll 
+                        Pan : Mouse-Wheel and Drag
+                        Rotate : Key-CTRL + Mouse-Right and Drag
+                        Center : Key-'Space' 
+                        Type : Key-O ( orthographic ) 
+                                Key-P ( perspective ) 
+                                                
+                        Toggle Auto-rotation : Key-R 
+                                                
+                        Toggle Show-Dimension : Key-D
 
- Toggle Show-Cube : Key-C
+                        Toggle Show-Cube : Key-C
 
- Toggle Show-Frame : Key-F
+                        Toggle Show-Frame : Key-F
 
- Toggle Show-Grid : Key-G
+                        Toggle Show-Grid : Key-G
                     
@@ -54,7 +54,7 @@