diff --git a/blender/README.md b/blender/README.md index c828848..85d852f 100644 --- a/blender/README.md +++ b/blender/README.md @@ -1,3 +1,9 @@ +# Blender source files + +This folder contains the source files for the 3D models (glTF/.glb) in the /assets/models/ directory. + +If no corresponding blender project exists, it means that the model is simple enough that the glTF/.glb file itself is the "source file". To view/edit it, create an empty project in blender and import the glTF/.glb file. To save it, export it again as glTF/.glb. + # Guidelines for model creation 1. The origin (coordinate 0/0/0) of the model should be its center of mass. @@ -6,9 +12,3 @@ # Colliders 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 - -This folder contains the source files for the 3D models (glTF/.glb) in the /assets/models/ directory. - -If no corresponding blender project exists, it means that the model is simple enough that the glTF/.glb file itself is the "source file". To view/edit it, create an empty project in blender and import the glTF/.glb file. To save it, export it again as glTF/.glb.