Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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; `<haxelib name="away3d"/>`