Ray
e039a221a3
Review formating
il y a 1 an
TheManTheMythTheGameDev
1fc3d9aeb2
Add shadowmapping example ( #3653 )
il y a 1 an
devdad
9bdc217987
basic PBR example ( #3621 )
* basic pbr example
pbr implementation includes rpbr.h and few shader files header only file, which self contain everything needed for pbr rendering. Few textures and one model of the car which is under free licence which is included inside basic_pbr.c example file currently supported shader versions are 120 and 330 , version 100 has small issue which I have to resolve
* Unloading PBRMAterial
I forgot unloading PBRMaterial
* fix small issue with texOffset assigment.
value was Vector4 at first but I found out it would be unclear for and users, so I change to have two Vector2 instead, but forgot to assign offset .
* Changed size of textures and file name changed
Changed size of textures from 2048x2048 to 1024x1024 and file name changed to shaders_basic_pbr.c ,
Added the function PBRModel PBRModelLoadFromMesh(Mesh mesh);
but GenMeshPlane(2, 2.0, 3, 3) culdn't be used because it crash once GenMeshTangents() is used with that plane mesh
il y a 1 an
Jussi Viitala
25c6c12150
Added glsl 100 and 120 shaders to lightmap example. ( #3543 )
* Added glsl 100 and 120 shaders to lightmap example.
* Fixed lightmap example resource loading on web.
il y a 1 an
Ray
21354119cc
REVIEWED: `Makefile.Web`, reorganize and add examples
il y a 1 an
Jeffery Myers
38205d67da
Remove unused structures from lighting fragment shaders ( #3497 )
il y a 1 an
Justin
3645244f9f
examples/shaders: Add an example for deferred shading ( #3496 )
* add example for deferred rendering/shading
* adapt convention
---------
Co-authored-by: 27justin <me@justin.cx>
il y a 1 an
Josh Colclough
975d4154e6
Fix the Julia set shader example ( #3467 )
* Simplify POI selection
* Improve mouse logic
* Add colour cycles to the shader to show finer details. Works well with high iteration numbers
* Testing things...
* Actually fix zoom. Also allow user to reset camera with 'R'
* Reset max iterations
* Tidying & comments
* Revert to original if statement
* Make mouse logic more readable
* Style conventions
* Coding conventions - f postifx on floating points
* Missed a few f postfixes
il y a 1 an
Luís Almeida
bc15c19518
Texture Tiling Example - luis605 ( #3353 )
* Texture Tiling Example - luis605
* Removed SetTraceLogLevel(LOG_WARNING);
il y a 1 an
Ethan Conneely
fc0d132566
Remove e from secondes ( #3270 )
il y a 1 an
Ray
5573f0f1c7
REVIEWED: Ligthmap example
il y a 2 ans
Jussi Viitala
abcbd9817e
Lightmap example. ( #3043 )
il y a 2 ans
Ray
54ccb18e87
Update write_depth.fs
il y a 2 ans
BugraAlptekinSari
4ae0a416f4
Added raymarch example and thumbnail for write depth ( #2919 )
il y a 2 ans
Ray
5ba41e4f7f
REVIEWED: `shaders_write_depth` example
il y a 2 ans
BugraAlptekinSari
3cfb9a6e83
[example] Writing into the depth buffer ( #2836 )
* Add a depth buffer example.
* Fixed a typo
il y a 2 ans
gtrxAC
c48de2d1af
Rename lighting_instanced shader (glsl100) to lighting_instancing ( #2805 )
* JSON parser: Use array for function params (#2255 )
* Parser: follow C convention of type before name
* Update file names in build scripts
* Rename lighting_instanced shader to instancing
il y a 2 ans
Ray
0e5cd442be
REVIEWED: Renamed some shaders, fix #2707
il y a 2 ans
Ray
4b76aa09dd
ADDED: `lighting.fs` for GLSL120 Fix #2651
il y a 2 ans
Ray
c6c71fe73c
REVIEWED: `DrawMesh()` #2511
Disable color vertex attribute if not provided by mesh
il y a 2 ans
Ray
3879decb9f
REVIEWED: example: shaders_mesh_instancing
Simplified example
il y a 2 ans
Ray
1fac09d0f4
REVIEWED: example: Compute shader Game-of-life
il y a 3 ans
Astie Teddy
f090f5444c
Add Conway's Game of Life compute shader example. ( #2088 )
* Add Conway's Game of Life compute shader example.
* Fix various shaders problems, and tune command buffer size.
* Various coding convention changes.
il y a 3 ans
raysan5
2e151408bb
REVIEWED: models_yaw_pitch_roll
il y a 3 ans
raysan5
fec0ce34c5
Remove trailing spaces
il y a 3 ans
raysan5
f437f7b405
Reviewed makefile and examples building
il y a 3 ans
raysan5
1b91ac0b0d
REVIEWED: EXAMPLE: shaders_shapes_outline
Removed unneeded resources to use raylib ones.
il y a 3 ans
GoldenThumbs
64e786fe28
Add example shaders_shapes_outline.c ( #1883 )
il y a 3 ans
raysan5
7d2845a661
Improve assets license information
il y a 3 ans
raysan5
30a3dae8a6
Update texel_checker.png
il y a 3 ans
raysan5
cdc3754449
ADDED: Support model normal matrix location #1691
il y a 4 ans
raysan5
c772de702b
REVIEWED: DrawMeshInstanced() matrix computations
Simplified some parts and reviewed for a correct computation of matrices, considering stereo render view/projection per eye transformations
il y a 4 ans
raysan5
fd3e2fda00
RENAMED: example: shaders_mesh_instancing
shaders_rlgl_mesh_instanced -> shaders_mesh_instancing
il y a 4 ans
Ray
bae423be41
Create reload.fs
il y a 4 ans
Ray
ff6d5c8ddb
REVIEWED: shaders_multi_sample2d
il y a 4 ans
Jeffery Myers
2884b88101
out is a keyword in shaders and can't be used as a variable name. ( #1558 )
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
il y a 4 ans
raysan5
65b299c6cf
Replace tabs by 4 spaces
il y a 4 ans
Ray
7e9028ae08
Update user name
il y a 4 ans
Ray
8e15dae5ed
Review contributed examples
il y a 4 ans
Ray
8a16348131
Support multiple sample2D on batch drawing #1333
il y a 4 ans
Ray
37e2d993e7
Updated assets
Reduce size and better license CC0
il y a 4 ans
seanpringle
4bcddc3b15
[wip] rlDrawMeshInstanced ( #1318 )
* rlDrawMeshInstanced first attempt
* rlDrawMeshInstanced OpenGL 3.3 and VAO checks
* rlDrawMeshInstanced GetShaderAttribLocation; comments
* example instanced shader
* RLGL_STANDALONE RAYMATH_STANDALONE Vector4
* apply suggested naming changes; add instanced mesh example
* remove orphan variables
il y a 4 ans
raysan5
405d3fac0c
Corrected issue with floor() #1377
il y a 4 ans
raysan5
26f6a64a39
NEW EXAMPLE: shaders_hot_reloading #1198
il y a 4 ans
Adrie
3c095f9d34
Fix color of ambient light ( #1330 )
il y a 4 ans
raysan5
0fda4b1183
Update raysan.png
il y a 4 ans
raysan5
8a501ef06d
Review some png images
il y a 4 ans
raysan5
fed4716c3b
resources PNG chunks cleaning
il y a 5 ans
raysan5
15e1e9ba24
Added resources license
il y a 5 ans
raysan5
74339b9fdc
[example] Review shaders_spotlight to work on GLSL 100
il y a 5 ans