summaryrefslogtreecommitdiffhomepage
path: root/examples/models/rlights.h
AgeCommit message (Collapse)Author
2024-02-29feat: vox_loader normals and new voxels shader (#3843)johann nadalutti
2022-08-02Delete rlights.hRay
2022-06-21REVIEWED: example: shaders_mesh_instancingRay
Simplified example
2021-03-14WARNING: VERY BREAKING CHANGE: Renamed some enum values for consistencyRay
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
2020-12-29Review rlights helper module #1489raysan5
2020-12-24Updated several files while porting examples to webraysan5
2019-09-12Review example crashingRay
Note this example is not working properly, it still requires some review.
2019-01-10WARNING: Redesigned SetShaderValue()Ray
2017-07-19Working on PBR systemraysan5
Moved PBR material loading to example, right decision?