From da08a5571bbcf1e31bd1fe5668feb2ebc9f97ac6 Mon Sep 17 00:00:00 2001 From: OTHGMars Date: Tue, 21 May 2019 07:10:05 -0400 Subject: [PATCH] Fixed text formatting --- Engine/lib/assimp/t3d_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/lib/assimp/t3d_usage.md b/Engine/lib/assimp/t3d_usage.md index 666a58295..79cb5f3ff 100644 --- a/Engine/lib/assimp/t3d_usage.md +++ b/Engine/lib/assimp/t3d_usage.md @@ -1,4 +1,4 @@ -###Asset Import Library Usage Notes +### Asset Import Library Usage Notes No single set of default values will be appropriate for all import formats and many do not provide any metadata to draw the information from, so Shape Import Settings (.sis) files have been added as a way to save and reuse import settings. You can create default settings for each shape file type that you will be importing by setting all of the values in the import options gui and selecting `Save Settings`. Save the file in the default settings location (game/tools, editable in EditorSettings) using the shape file extension as the file name i.e. fbx.sis, blend.sis, obj.sis. Default settings files have been provided for gltf files.