From 33457665e706542093b7dc899a2b68dbca1df354 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Fri, 2 Feb 2024 14:27:52 +0100 Subject: [PATCH] description monkey tutorial --- src/views/Tutorials.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Tutorials.vue b/src/views/Tutorials.vue index bfd4abd..5c0dd46 100644 --- a/src/views/Tutorials.vue +++ b/src/views/Tutorials.vue @@ -89,7 +89,7 @@ export default { }, { title: "The Blender Monkey", - text: "Most CAD ", + text: "Many geometry processing libraries and CAD software have recognizable sample data. For example, the computer graphics community has the Stanford Bunny, Rhino has the Rhinoceros head, and Blender has the Suzanne monkey. This tutorial shows how to load the Blender monkey into COMPAS data and move it to Rhino.", image: "https://raw.githubusercontent.com/compas-dev/tutorials/main/the-blender-monkey/monkey.png", link: "https://www.github.com/compas-dev/tutorials/tree/main/the-blender-monkey/README.md", },