From f7df6f0764314b45822ec50e9449f49bb19a68f3 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 9 Jan 2023 20:54:16 +0100 Subject: [PATCH] Updated the readme. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9da0ec2..5fcbc96 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ A c++ Godot engine module, that adds a resource, which contains raw mesh data fo The module also comes with importers (gltf, and collada for now), you can import 3d models as MeshDataResources with these. +## Godot Version Support + +This branch tries to follow godot's master branch (as much as I have time). + +For different godot versions look at the other branches. + +Status for this branch: Update for 4.0 is work in progress. + ## Optional Dependencies `https://github.com/Relintai/props`: If present, you also get a prop importer for MeshDataInstances.