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