Rest of mesh management functions.

This commit is contained in:
jussi
2022-05-25 21:52:36 +03:00
parent 44e8b06603
commit 06f9940682
12 changed files with 186 additions and 17 deletions

View File

@@ -12,24 +12,20 @@ Reilua means fair in finnish.
ReiLua is WIP and some planned raylib functionality is still missing but it already has over 400 functions and should include all functions to make most 2d and 3d games. Current Raylib version 4.0.0.
Included submodules.
* Raygui
* Raymath
List of some MISSING features that are planned to be included. For specific function, check API.
* Core
* VR stereo config functions for VR simulator
* Textures
* Texture update functions
* Text
* Some font loading/unloading functions
* Audio
* Wave
* AudioStream management functions
* Mesh
* Some mesh management functions
Submodules.
* Raygui ( Done )
* Raymath ( Done )
## Usage