From 0b74349a7d5276fa3a6f172f3c50b1c6cb049d9f Mon Sep 17 00:00:00 2001 From: divyap Date: Thu, 23 Apr 2026 12:41:41 +0530 Subject: [PATCH] fix: update typo in Task1.md interaction gap description and remove obsolete file --- Week-1/Task-1/thob/demo-link.txt | 0 Week-1/Task-1/thob/steps.md | 0 Week-4/Task1.md | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Week-1/Task-1/thob/demo-link.txt delete mode 100644 Week-1/Task-1/thob/steps.md diff --git a/Week-1/Task-1/thob/demo-link.txt b/Week-1/Task-1/thob/demo-link.txt deleted file mode 100644 index e69de29..0000000 diff --git a/Week-1/Task-1/thob/steps.md b/Week-1/Task-1/thob/steps.md deleted file mode 100644 index e69de29..0000000 diff --git a/Week-4/Task1.md b/Week-4/Task1.md index 604aa4e..ab11c9f 100644 --- a/Week-4/Task1.md +++ b/Week-4/Task1.md @@ -2,7 +2,7 @@ ## Executive Summary - **Visual Stability**: Thob is production-ready for basic material and texture swaps, exhibiting high rendering fidelity and low visual latency. -- **Interaction Gap**: The absence of native 3D Raycasting is the most significant blocker for "immersive" configurators; all interactions are forced through the 25 +- **Interaction Gap**: The absence of native 3D Raycasting is the most significant blocker for "immersive" configurators; all interactions are forced through 2d UI. - **Discovery Hurdle**: Proprietary logic syntax ($context) creates a high entry barrier that requires memorization rather than visual discovery. - **Asset Pipeline Friction**: A silent file-size cap (~5MB) leads to "invisible walls" during the authoring of high-resolution product variants. - **State Reliability**: While consistent during active use, the builder currently lacks "Session Persistence," resetting selection states on every refresh.