From c0d8ed4b853b9c6de9300ed9f708ec93b91b473b Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 16 Jun 2025 12:27:39 +0200 Subject: [PATCH] test ipad git --- project_ideas.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project_ideas.md b/project_ideas.md index 09591ba..e2a7e4f 100644 --- a/project_ideas.md +++ b/project_ideas.md @@ -12,6 +12,9 @@ mathjax: false * add bot blocking https://blog.cloudflare.com/declaring-your-aindependence-block-ai-bots-scrapers-and-crawlers-with-a-single-click/ * Add stylised toon shading to the outline renderer. Ie take the dot product between the light direction and the normal direction, soft threshold it and then use either a shadow colour or a highlight colour. + https://threejs.org/docs/#api/en/materials/MeshToonMaterial + https://gkjohnson.github.io/threejs-sandbox/conditional-lines/ + https://threejs.org/docs/#examples/en/renderers/SVGRenderer * Take on board some ideas from https://plainvanillaweb.com/index.html