Jeffery Myers
6c518008a5
Fixes for 64 bit typecast warnings ( #1733 )
3 yıl önce
Ray
dcf52c132f
Remove trail spaces
3 yıl önce
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 yıl önce
raysan5
d9a9bacb48
Review formatting
4 yıl önce
Ray
7e9028ae08
Update user name
4 yıl önce
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()
4 yıl önce
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
5 yıl önce
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>
5 yıl önce
raysan5
5e670be239
REVIEWED: shaders_spotlight example
It seems something is not working properly...
5 yıl önce
chriscamacho
efe359d613
as per request spotlight example ( #1146 )
Co-authored-by: codifies <nospam@antispam.com>
5 yıl önce