Anthony Carbajal
070c1c9d63
update examples missing unloadtexture ( #4234 )
4 months ago
Ray
3f1e59a7cf
Update copyright to 2024
11 months ago
Ray
b59fab7ee6
Update year to 2023
1 year ago
Nikolay Krasheninnikov
52345fd883
[raymath] Rotation functions returns clockwise rotation matrix, #2595 ( #2599 )
Co-authored-by: Nikolai Krasheninnikov <nikolai.krasheninnikov@kronshtadt.ru>
2 years ago
Ray
4a9391ae83
REVIEWED: examples descriptions
2 years ago
Ray
c1b01c0d5d
Added new comment to examples
2 years ago
raysan5
2e151408bb
REVIEWED: models_yaw_pitch_roll
3 years ago
raysan5
ef858b0dbb
Review examples
3 years ago
raysan5
670eab8b17
Review comments
3 years ago
Ray
dcf52c132f
Remove trail spaces
3 years ago
Ray
c6828070dc
Update models_yaw_pitch_roll.c
3 years ago
Ray
442abaab72
Updated example assets
3 years ago
Ray
01e28263be
WARNING: VERY BREAKING CHANGE: Renamed some enum values for consistency
Some enums values have been renamed to be more consistent and also provide a more detailed description:
- ShaderLocationIndex: LOC_VERTEX_POSITION -> SHADER_SHADER_LOC_VERTEX_POSITION
- ShaderUniformDataType: UNIFORM_VEC2 -> SHADER_UNIFORM_VEC2
- MaterialMapType: MAP_ALBEDO -> MATERIAL_MAP_ALBEDO
- PixelFormat: UNCOMPRESSED_GRAYSCALE -> PIXELFORMAT_UNCOMPRESSED_GRAYSCALE
3 years ago
Ray
2bcd3a6df5
Simplified example and resources sizes
4 years ago
raysan5
c32ae480af
RENAMED: FormatText() -> TextFormat()
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
4 years ago
raysan5
37a6f12037
Unload model shaders and textures
They are not automatically unloaded when unloading the model!
5 years ago
chriscamacho
6f2f09947f
addition to raylib to create matrix from 3 euler angles ( #938 )
5 years ago
Ray
b525039e0a
Review ALL examples
5 years ago
Ray
424d3ca8d9
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
5 years ago
Ray
be6d237b9e
Review models examples
5 years ago
Ray
fa5cebdfd2
Comment tweak
6 years ago
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
6 years ago
Ray San
4cc12ef2b3
Review camera definition on examples
6 years ago
maficccc@gmail.com
df74607479
Fix warning: illegal character encoding in string literal
6 years ago
Ray
24657ca789
Review textures to be POT
Could correct possible issues on OpenGL 1.1
7 years ago
Ray
639f41cf54
Renamed example file
7 years ago
raysan5
1f310f7d4b
new example added: models_plane_rotations
7 years ago