From d9e4bd6938b05b1a0073ec1c9cd53d6fdef9564d Mon Sep 17 00:00:00 2001 From: culacant Date: Tue, 6 Aug 2019 11:38:19 +0200 Subject: [PATCH] Added export instructions to the animation example --- examples/models/models_animation.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/models/models_animation.c b/examples/models/models_animation.c index 54a6360de..c9b282527 100644 --- a/examples/models/models_animation.c +++ b/examples/models/models_animation.c @@ -9,6 +9,12 @@ * * Copyright (c) 2019 Culacant (@culacant) and Ramon Santamaria (@raysan5) * +******************************************************************************************** +* +* To export a model from blender, make sure it is not posed, the vertices need to be in the +* same position as they would be in edit mode. +* and that the scale of your models is set to 0. Scaling can be done from the export menu. +* ********************************************************************************************/ #include "raylib.h"