From 569a88df19139b679a4e64452a137d7435a25d2e Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 25 Apr 2024 02:06:06 +0200 Subject: [PATCH] typo --- doc/blender.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/blender.md b/doc/blender.md index 19f6b10..c030590 100644 --- a/doc/blender.md +++ b/doc/blender.md @@ -5,7 +5,7 @@ # Colliders -A model may contain a collider mesh, which will be used if the actor is spawned with the command "mesh handcrafted". The collider mesh will be made invisible, even if it's visible in the glTF file. To use this feature, give a mesh (NOT OBJECT, BUT MESH) the name "Collider" (case-sensitive.) +A model may contain a collider mesh, which will be used for collision checking if the actor is spawned with the command "collider handcrafted". The collider mesh will be invisible in the game. To use this feature, give the collider mesh (NOT OBJECT, BUT MESH) the name "Collider" (case-sensitive.) # Blender source files