raysan5
2e151408bb
REVIEWED: models_yaw_pitch_roll
3 yıl önce
raysan5
ef858b0dbb
Review examples
3 yıl önce
raysan5
670eab8b17
Review comments
3 yıl önce
Ray
dcf52c132f
Remove trail spaces
3 yıl önce
Ray
c6828070dc
Update models_yaw_pitch_roll.c
4 yıl önce
Ray
442abaab72
Updated example assets
4 yıl önce
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 yıl önce
Ray
2bcd3a6df5
Simplified example and resources sizes
4 yıl önce
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 yıl önce
raysan5
37a6f12037
Unload model shaders and textures
They are not automatically unloaded when unloading the model!
5 yıl önce
chriscamacho
6f2f09947f
addition to raylib to create matrix from 3 euler angles ( #938 )
5 yıl önce
Ray
b525039e0a
Review ALL examples
5 yıl önce
Ray
424d3ca8d9
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
5 yıl önce
Ray
be6d237b9e
Review models examples
6 yıl önce
Ray
fa5cebdfd2
Comment tweak
6 yıl önce
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
6 yıl önce
Ray San
4cc12ef2b3
Review camera definition on examples
7 yıl önce
maficccc@gmail.com
df74607479
Fix warning: illegal character encoding in string literal
7 yıl önce
Ray
24657ca789
Review textures to be POT
Could correct possible issues on OpenGL 1.1
7 yıl önce
Ray
639f41cf54
Renamed example file
7 yıl önce
raysan5
1f310f7d4b
new example added: models_plane_rotations
7 yıl önce