Ray
							
						 
						
							
							
							
								
							
								be8d5a7ae2 
								
							
								 
							
						 
						
							
							
								
								RENAMED: camera.type -> camera.projection  
							
							 
							
							
								
							
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								bae423be41 
								
							
								 
							
						 
						
							
							
								
								Create reload.fs  
							
							 
							
							
								
							
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								ff6d5c8ddb 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: shaders_multi_sample2d  
							
							 
							
							
								
							
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   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 
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								fe3256be9f 
								
							
								 
							
						 
						
							
							
								
								Renamed some functions to use latest raylib version  
							
							 
							
							
								
							
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   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> 
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								65b299c6cf 
								
							
								 
							
						 
						
							
							
								
								Replace tabs by 4 spaces  
							
							 
							
							
								
							
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								22b179e66c 
								
							
								 
							
						 
						
							
							
								
								Review rlights helper module  #1489  
							
							 
							
							
								
							
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								b68e522ffc 
								
							
								 
							
						 
						
							
							
								
								Updated several files while porting examples to web  
							
							 
							
							
								
							
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								d9a9bacb48 
								
							
								 
							
						 
						
							
							
								
								Review formatting  
							
							 
							
							
								
							
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								7e9028ae08 
								
							
								 
							
						 
						
							
							
								
								Update user name  
							
							 
							
							
								
							
							
						 
						vor 4 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								8e15dae5ed 
								
							
								 
							
						 
						
							
							
								
								Review contributed examples  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								8327857488 
								
							
								 
							
						 
						
							
							
								
								Update shaders_multi_sample2d.c  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								fbc51e822b 
								
							
								 
							
						 
						
							
							
								
								REDESIGNED: Multiple sampler2D usage on batch system  
							
							 
							
							 
							
							
								
							
							
							New implementation allow enabling additional textures per batch only. 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								8a16348131 
								
							
								 
							
						 
						
							
							
								
								Support multiple sample2D on batch drawing  #1333  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								37e2d993e7 
								
							
								 
							
						 
						
							
							
								
								Updated assets  
							
							 
							
							 
							
							
								
							
							
							Reduce size and better license CC0 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   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 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								405d3fac0c 
								
							
								 
							
						 
						
							
							
								
								Corrected issue with floor()  #1377  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   chriscamacho
							
						 
						
							
							
								
								
							
							
								
							
								d140dc81c0 
								
									
								
							
								 
							
						 
						
							
							
								
								work on quat and matrix math - deleted multiple copies of raymath.h causing issues ( #1359 )  
							
							 
							
							 
							
							
								
							
							
							Co-authored-by: codifies <nospam@antispam.com> 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   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() 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								26f6a64a39 
								
							
								 
							
						 
						
							
							
								
								NEW EXAMPLE: shaders_hot_reloading  #1198  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								ebdeab7e25 
								
							
								 
							
						 
						
							
							
								
								Code reorganization on example  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   Adrie
							
						 
						
							
							
								
								
							
							
								
							
								3c095f9d34 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix color of ambient light ( #1330 )  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								0fda4b1183 
								
							
								 
							
						 
						
							
							
								
								Update raysan.png  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								8a501ef06d 
								
							
								 
							
						 
						
							
							
								
								Review some png images  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								fed4716c3b 
								
							
								 
							
						 
						
							
							
								
								resources PNG chunks cleaning  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								15e1e9ba24 
								
							
								 
							
						 
						
							
							
								
								Added resources license  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								00b3199859 
								
							
								 
							
						 
						
							
							
								
								Added raymath to examples  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   G3bE
							
						 
						
							
							
								
								
							
							
								
							
								32387317bf 
								
									
								
							
								 
							
						 
						
							
							
								
								Make raymath more consistent ( #1197 )  
							
							 
							
							 
							
							
								
							
							
							* Make raymath naming and functions more consistent
* Minor fixes
* Fix examples
* Fix Physac
* New naming rules
* Apply naming to Quaternion functions
* Apply to models.c
* Remove *MulitplyValue / *DivideValue 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								68cad30646 
								
							
								 
							
						 
						
							
							
								
								Remove useless files  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								3e76d3a3d3 
								
							
								 
							
						 
						
							
							
								
								Added example: shaders_spotlight  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								74339b9fdc 
								
							
								 
							
						 
						
							
							
								
								[example] Review shaders_spotlight to work on GLSL 100  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   chriscamacho
							
						 
						
							
							
								
								
							
							
								
							
								2dbcef218c 
								
									
								
							
								 
							
						 
						
							
							
								
								spotlight example, each spot has own radius, mouse countrol ( #1148 )  
							
							 
							
							 
							
							
								
							
							
							NB glsl100 shader needs testing on "bare metal"
Co-authored-by: codifies <nospam@antispam.com> 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								5e670be239 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: shaders_spotlight example  
							
							 
							
							 
							
							
								
							
							
							It seems something is not working properly... 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   chriscamacho
							
						 
						
							
							
								
								
							
							
								
							
								efe359d613 
								
									
								
							
								 
							
						 
						
							
							
								
								as per request spotlight example ( #1146 )  
							
							 
							
							 
							
							
								
							
							
							Co-authored-by: codifies <nospam@antispam.com> 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								6bab884d1d 
								
							
								 
							
						 
						
							
							
								
								Added note on examples not supporting GLSL100  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   chriscamacho
							
						 
						
							
							
								
								
							
							
								
							
								6bbaca118f 
								
									
								
							
								 
							
						 
						
							
							
								
								ended up using the 100 version shaders as off the top of my ( #1142 )  
							
							 
							
							 
							
							
								
							
							
							head can't think of any improvement I could use on the shaders for
version 120
This has been tested on Linux (Desktop) requires testing on a Rpi
Co-authored-by: codifies <nospam@antispam.com> 
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								a6297a2be1 
								
							
								 
							
						 
						
							
							
								
								Some code tweaks  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								485787059a 
								
							
								 
							
						 
						
							
							
								
								Review shader exaples to work on web (GLSL 100)  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								cacd4a9d90 
								
							
								 
							
						 
						
							
							
								
								Some examples tweaks  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								8f05322263 
								
							
								 
							
						 
						
							
							
								
								Review example and screenshots  
							
							 
							
							
								
							
							
						 
						vor 5 Jahren  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								3aad221b1e 
								
							
								 
							
						 
						
							
							
								
								Review some shaders to work on GLSL 100  
							
							 
							
							 
							
							
								
							
							
							Tested on Raspberry Pi... Just note that platform is very limited by GPU... 
							
						 
						vor 6 Jahren  
					 
				
					
						
							
							
								   Industrious Nomad
							
						 
						
							
							
							
								
							
								a6db31c01e 
								
							
								 
							
						 
						
							
							
								
								updated RayMarching Demo ( #997 )  
							
							 
							
							 
							
							
								
							
							
							* Removed Unused Uniforms
uniform vec3 viewUp;
uniform float deltaTime;
* Removed Unused uniforms
uniform vec3 viewUp;
uniform float deltaTime;
* Updated Source
  Added   - #define PLATFORM_DESKTOP line for desktop users.
            This now will correctly find the proper glsl version for the raymarching.fs file.
  Removed - Uniforms --> deltaTime and viewUp. Including the code that was setting them.
            They were never used and they were triggering a log warning.
  Removed - The const from both screenWidth and screenHeight.
            Now they can be used to update the shader resolution when screen is resized.
            NOTE : This is a quick fix and probably not the best idea.
  Added   - IsWindowResized() to check if screen is resized.
            If window is resized then width, height and shader resolution are updated.
  Changed - MIT tag at bottom right color value to BLACK. Now it's easier to see.
* Closer Match to original code
* Removed the PLATFORM_DESKTOP Define 
							
						 
						vor 6 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								3fcf2ee19a 
								
							
								 
							
						 
						
							
							
								
								Example renamed  
							
							 
							
							
								
							
							
						 
						vor 6 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								bdcb16e7bb 
								
							
								 
							
						 
						
							
							
								
								Review PR and comments  
							
							 
							
							
								
							
							
						 
						vor 6 Jahren  
					 
				
					
						
							
							
								   chriscamacho
							
						 
						
							
							
							
								
							
								a679b0ccc0 
								
							
								 
							
						 
						
							
							
								
								contributed simple shader example ( #973 )  
							
							 
							
							 
							
							
								
							
							
							Contributed simple shader example 
							
						 
						vor 6 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								4b79f63d07 
								
							
								 
							
						 
						
							
							
								
								new example: shaders_fog  
							
							 
							
							
								
							
							
						 
						vor 6 Jahren  
					 
				
					
						
							
							
								   Leandro Gabriel
							
						 
						
							
							
							
								
							
								89c16baf18 
								
							
								 
							
						 
						
							
							
								
								Replace tabs with spaces and update year of copyright notices ( #927 )  
							
							 
							
							 
							
							
								
							
							
							* Update year of copyright notices
* Fix mistake in comment
* Fix typo ("algorythms")
* Replace tabs with spaces
* Remove trailing whitespace and fix mistake in comment
* Fix ExportImageAsCode missing comment rectangle corner
* Replace tab with spaces
* Replace tabs with spaces 
							
						 
						vor 6 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								81d8302d53 
								
							
								 
							
						 
						
							
							
								
								ADDED: shaders_basic_lighting  
							
							 
							
							
								
							
							
						 
						vor 6 Jahren  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								87774a0a21 
								
							
								 
							
						 
						
							
							
								
								Review variables initialization  
							
							 
							
							
								
							
							
						 
						vor 6 Jahren