Anthony Carbajal
070c1c9d63
update examples missing unloadtexture ( #4234 )
há 4 meses
Ray
3f1e59a7cf
Update copyright to 2024
há 11 meses
Ray
b59fab7ee6
Update year to 2023
há 2 anos
Nikolay Krasheninnikov
52345fd883
[raymath] Rotation functions returns clockwise rotation matrix, #2595 ( #2599 )
Co-authored-by: Nikolai Krasheninnikov <nikolai.krasheninnikov@kronshtadt.ru>
há 2 anos
Ray
4a9391ae83
REVIEWED: examples descriptions
há 2 anos
Ray
c1b01c0d5d
Added new comment to examples
há 2 anos
raysan5
2e151408bb
REVIEWED: models_yaw_pitch_roll
há 3 anos
raysan5
ef858b0dbb
Review examples
há 3 anos
raysan5
670eab8b17
Review comments
há 3 anos
Ray
dcf52c132f
Remove trail spaces
há 3 anos
Ray
c6828070dc
Update models_yaw_pitch_roll.c
há 3 anos
Ray
442abaab72
Updated example assets
há 3 anos
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
há 3 anos
Ray
2bcd3a6df5
Simplified example and resources sizes
há 4 anos
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()
há 4 anos
raysan5
37a6f12037
Unload model shaders and textures
They are not automatically unloaded when unloading the model!
há 5 anos
chriscamacho
6f2f09947f
addition to raylib to create matrix from 3 euler angles ( #938 )
há 5 anos
Ray
b525039e0a
Review ALL examples
há 5 anos
Ray
424d3ca8d9
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
há 5 anos
Ray
be6d237b9e
Review models examples
há 5 anos
Ray
fa5cebdfd2
Comment tweak
há 6 anos
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
há 6 anos
Ray San
4cc12ef2b3
Review camera definition on examples
há 6 anos
maficccc@gmail.com
df74607479
Fix warning: illegal character encoding in string literal
há 6 anos
Ray
24657ca789
Review textures to be POT
Could correct possible issues on OpenGL 1.1
há 7 anos
Ray
639f41cf54
Renamed example file
há 7 anos
raysan5
1f310f7d4b
new example added: models_plane_rotations
há 7 anos