From b25bc3cc32c5a9057c66ad282fa1cdfe0ed6094a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 10 Apr 2023 18:45:13 +0100 Subject: First cut loading assets using assimp This is far from perfect, specifically the created texture atlas is not compatibile with wrapping texture UVs --- res/foliage.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 res/foliage.xml (limited to 'res/foliage.xml') diff --git a/res/foliage.xml b/res/foliage.xml new file mode 100644 index 0000000..1b0a1aa --- /dev/null +++ b/res/foliage.xml @@ -0,0 +1,9 @@ + + + + + + + + + -- cgit v1.2.3 From 46784bfd9ca8d500971d2ec43fe83f12bddef117 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 14 Apr 2023 17:59:45 +0100 Subject: Add an asset template and use it to define all the foliage assets in the plants pack --- res/foliage.xml | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) (limited to 'res/foliage.xml') diff --git a/res/foliage.xml b/res/foliage.xml index 1b0a1aa..5345b39 100644 --- a/res/foliage.xml +++ b/res/foliage.xml @@ -6,4 +6,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3