| Age | Commit message (Collapse) | Author |
|
Also, added support for normals on models
|
|
Added first version of OS X compilation support
Some conflicts manually resolved...
|
|
|
|
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
|
|
[models] Added DrawQuad()
|
|
Added PLATFORM_WEB support (emscripten-webgl)
[audio] Added LoadSoundFromWave()
[textures] Added LoadTextureFromImage() to replace CreateTexture()
Some TraceLogs edited...
|
|
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
|
|
This reverts commit 29d8b48503f3064cdc1f3a87c01b4264e716a220.
|
|
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
|
|
|
|
|
|
View CHANGELOG for description on small fixes and add-ons
|
|
This is a huge update. Check CHANGELOG for details
|
|
No-parameters functions use the prototype style FunctionName(void);
|
|
|
|
We have three vertex buffers: lines, triangles and quads for textures.
Drawing in a desired order could become a nighmare... noww it seems it
works prety well...
|
|
Check CHANGELOG for a detailed list of changes
|
|
|
|
View CHANGELOG for a detailed list of changes
|
|
Added a Tracing/Log system
Added OGG stream music support (DOESN'T WORK)
Added Compressed textures support
* This update is probably very buggy...
|
|
Nearly a complete rework of Models module
Some teaks on multiple functions
|
|
|