Ray
dcf52c132f
Remove trail spaces
3年前
Ray
c6828070dc
Update models_yaw_pitch_roll.c
4年前
Ray
442abaab72
Updated example assets
4年前
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
6年前
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
7年前
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年前