raysan5
03cc031d00
Remove TODO comments (already done)
před 8 roky
Ray
e2ba22ec59
Improved 2D-3D drawing
Depth test disabled for 2D and only used on 3D; consequently LINES vs
TRIANGLES vs QUADS buffers drawing order maters... but blending also
works ok.
před 9 roky
Ray
95c1bf9544
Removed previous change that introduced a bug
před 9 roky
Ray
ee52b13ae6
Corrected bug on GetCollisionRec()
před 9 roky
raysan5
1674465bdc
Adjust buffers usage
- Removed DrawQuad() function
- DrawBillboard() uses DrawBillboardRec()
- DrawPlane() uses RL_TRIANGLES
- DrawRectangleV() uses RL_TRIANGLES, that way, [shapes] module uses
only TRIANGLES buffers.
před 9 roky
raysan5
9cbfcbb820
Add a note about an issue
před 9 roky
raysan5
08da91047e
Some code tweaks
před 9 roky
raysan5
3b45336929
Reviewed function: CheckCollisionCircleRec()
před 9 roky
raysan5
7834a4e2fc
Replaced old mail by twitter user
před 9 roky
raysan5
7db895ab5d
Corrected some bugs and warnings
před 10 roky
raysan5
a632a04a30
Big batch of changes! Check description:
Support multiple texture formats (uncompressed and compressed)
Postprocessing shaders support
Model struct redefined and improved
Extended loading functions for Textures and Models
Simplified functions: DrawPlane(), DrawQuad()
Deleted functions: DrawPlaneEx(), DrawGizmoEx()
Now Text module only depends on Textures module
Shapes: Reviewed functions to low lines/triangles usage
Removed useless tabs and spaces around code
před 10 roky
raysan5
905b6ec53d
Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
před 10 roky
raysan5
fc6081fe70
raylib 1.2
This is a huge update. Check CHANGELOG for details
před 10 roky
raysan5
d2b98fbb5c
Removed useless spaces
před 10 roky
raysan5
56a7979750
Corrected bugs...
Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
před 10 roky
raysan5
ecb3c47704
Corrected bug with drawing order
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...
před 10 roky
raysan5
f06a15ac8b
raylib 1.1
View CHANGELOG for a detailed list of changes
před 11 roky
raysan5
c04f37d0f5
Adapt multiple functions to rlgl
Nearly a complete rework of Models module
Some teaks on multiple functions
před 11 roky
raysan5
96f520ff6d
Road to raylib 1.1 - Testing rlgl
před 11 roky
raysan5
a68818e320
Update to version 1.0.6
Check CHANGELOG for the list of changes in this release!
před 11 roky
raysan5
5bf9675d38
Update to version 1.0.3
View CHANGELOG for full list of changes
před 11 roky
raysan5
294533ccda
Updated to version 1.0.2
Some functions added (collision detection)
Check CHANGELOG for details
před 11 roky
raysan5
ccf2608091
Replaced tab by 4 spaces and adjust text
před 11 roky
Ray
46f10b45ad
raylib basic folders structure and some files... ;)
před 11 roky