From be9248d1ea759f000e7e21095473248945ad2fb7 Mon Sep 17 00:00:00 2001 From: Fancy2209 <64917206+Fancy2209@users.noreply.github.com> Date: Wed, 8 May 2024 10:17:37 +0000 Subject: [PATCH] Update README.md Away3D HaxeLib is severely outdated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aad127..f179651 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ There is a planned implemanation of [Away3D](https://github.com/openfl/away3d) u - Amount of View3Ds allowed limited to `FlxG.stage.stage3Ds.length` (preformance dependent in some cases). Use `Flx3DUtil.is3DAvailable();` to check if a 3D Instance is available. ## Requirements 🟡 - -- The Away3D OpenFL Library; ` openfl install away3d` +- git (to install the latest version of Away3D as HaxeLib is outdated) +- The Away3D OpenFL Library; ` openfl git away3d https://github.com/openfl/away3d.git` - Adding the Library to your Project.xml; ``