docs лендинг: две ссылки-пустышки от перплексити убраны

Сторож ссылок падал на `[текст](8)` и `[текст](6)` — это номера
сносок из ответа перплексити, а не адреса. Отправка в общий
репозиторий была заблокирована именно ими.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Дмитрий
2026-08-06 19:17:42 +03:00
parent c84b8051b3
commit c84fed2717
@@ -62,7 +62,7 @@ The course FAQ indicates the content is for learning; there is no blanket statem
#### Yuri Artiukh (akella) demos
Yuris livecoding demos on YouTube [including the **curl tubes from lusion.co** video](8) are excellent **technical references**. There is at least one GitHub repo that attempts to reproduce lusions about page:
Yuris livecoding demos on YouTube including the **curl tubes from lusion.co** video are excellent **technical references**. There is at least one GitHub repo that attempts to reproduce lusions about page:
- **WalkerZyy/Lusion** — “学习 three.js ,并尝试复刻 https://lusion.co/about”\[9]
License: The repo currently includes **no explicit LICENSE file**.\[9] That means *default copyright*; you **cannot assume** commercial reuse rights. Its good as a **learning reference** but not safe for client production unless you rewrite the code.
@@ -92,7 +92,7 @@ While you said singlefile Three.js (not R3F), you can still:
#### TSL (Three.js Shader Language) demos
Three.jss TSL demos [e.g. shader image transitions](6) live in the official examples under the **Three.js MIT license**, so you can reuse patterns and even code. They are useful for **postprocessing, transitions, and displacement** in a more modern style.
Three.jss TSL demos (e.g. shader image transitions) live in the official examples under the **Three.js MIT license**, so you can reuse patterns and even code. They are useful for **postprocessing, transitions, and displacement** in a more modern style.
### 2. Where the license FORBIDS or is risky for commercial reuse