raysan5
557456cace
Review window title
6 years ago
Ray
55f8dbc755
WARNING: Redesigned SetShaderValue()
6 years ago
Marco Lizza
0c5bee4c9a
Limiting FPS to 60 for uniformity with other examples.
6 years ago
Marco Lizza
0fe56b1674
Adding basic palette-switching example using uniform arrays.
6 years ago
Ray
788bb78989
Some tweaks
6 years ago
Ray
6ef1e1d938
new example: shaders_raymarching
6 years ago
Ray
8f95518858
Reviewed some examples to work on RPI
6 years ago
Ray
ed269b8d9a
Review RenderTexture drawing usage
Now `BeginTextureMode()` does not clean buffers automatically, that behaviour has been changed because there could be some case (i.e. painting software) where texture buffer does not ned to be cleared; user is responsible of clearing buffers using `ClearBackground()`
6 years ago
Jess Peter
f3d144bf0e
Convert window render sizes to floats
GLSL 1.10 is typesafe ([PDF specs](https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.1.10.pdf ), page 22), so this shader will not load properly during build.
It's not a super important change, but I came across it while playing with the examples on my pi.
6 years ago
Ray
a1d9c33995
Reviewed models and examples
6 years ago
Ray
d573a5ad60
Removed dwarf 3d model
Replaced by medieval 3d assets
6 years ago
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
6 years ago
Ray San
4cc12ef2b3
Review camera definition on examples
6 years ago
raysan5
09228752ce
Review default shaders usage on loading
7 years ago
Wilhem Barbier
7ef604fbf5
Store the default shaders
7 years ago
Ray San
4fe8e05a7f
Review GLSL 120 shaders
Not tested, could have errors
7 years ago
Ray
085779707f
Uploaded shaders for GLSL 120
7 years ago
Ray
1375a616b2
Some examples code tweaks
7 years ago
raysan5
9446746001
Corrected issues on examples
7 years ago
raysan5
0fc1323c80
Renamed modelviewprojection matrix
7 years ago
raysan5
9040526f17
Adapt to new materials system
7 years ago
Ray
6546474fa4
Manual integration of material-pbr into develop
7 years ago
Ray
a5bfd7db22
Some reviews for RPI
7 years ago
Ray
65e6a6db53
Improved shaders_postprocessing example
7 years ago
Ray
aba25e9ba3
Move shaders to examples
7 years ago
Ray
8d3750e36d
Turn transparent pixels to black
7 years ago
raysan5
4315b82ea7
Replaced some images and updated examples
7 years ago
Ray
20d205cae5
Working on examples...
7 years ago
Ray
dd4dd0e87d
Reorganize examples folder
7 years ago