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
5ad65d9291
Minor format tweaks
5 лет назад
Ray
87774a0a21
Review variables initialization
5 лет назад
Ray
b525039e0a
Review ALL examples
5 лет назад
Ray
be6d237b9e
Review models examples
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 лет назад
Ray
1375a616b2
Some examples code tweaks
7 лет назад
raysan5
163339991c
Review heightmap example for raylib 1.8
7 лет назад
Ray
dd4dd0e87d
Reorganize examples folder
8 лет назад
raysan5
648676f46b
Update examples to new camera system
8 лет назад
raysan5
5f7ac64c44
Removed function SetModelTexture()
It's more educational to go through new material system, so, I decide to
remove this function to avoid students confusion...
8 лет назад
raysan5
d8bd8634ab
3d Camera: Added support for field-of-view Y
9 лет назад
raysan5
685273675b
Improved LoadHeightmap()
9 лет назад
raysan5
183795b8aa
Review literals type
9 лет назад
raysan5
32330801c9
Updates some examples
9 лет назад
raysan5
ea45223f1f
New examples added
9 лет назад
raysan5
ca402e9d36
New examples added (with some resources)
9 лет назад
raysan5
067b884f39
Updated examples for next raylib version
9 лет назад
raysan5
8847602061
Examples review...
10 лет назад
raysan5
51688c004c
Code cleaning, removed useless spaces
10 лет назад
raysan5
5ecb6801fa
Examples renaming and test examples merge
Examples have been renamed for coherence with raylib modules and test
examples have been merged into examples folder.
10 лет назад
raysan5
f76a00adc1
Code used to test some features (and resources)
11 лет назад
raysan5
62f298ce54
Updated
11 лет назад
raysan5
6f9d7db4ad
Updated
11 лет назад
raysan5
e9143b8a8d
Added some functions and Updated examples
View CHANGELOG for details
11 лет назад
Ray
818e79638b
Replaced tabs by 4 spaces
11 лет назад
raysan5
1a8cdc10b7
Added some examples
11 лет назад