Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
2025-09-07 12:01:51 +02:00
Ray
7646d08751
Updated some examples with inconsistencies
2025-09-04 18:57:00 +02:00
Ray
3cbe911613
REXM: RENAME: example: models_billboard
--> models_billboard_rendering
2025-09-04 11:04:00 +02:00
Ray
b17936de22
REXM: RENAME: example: models_billboard
--> models_billboard_rendering
2025-09-04 10:55:48 +02:00
Ray
5cbe013273
REXM: RENAME: example: models_skybox
--> models_skybox_rendering
2025-09-03 18:48:20 +02:00
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
2025-09-03 10:40:31 +02:00
Ray
aa475b1046
REVIEWED: Code sections description for consistency
2025-09-02 12:34:04 +02:00
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
2025-09-02 12:10:16 +02:00
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
2025-08-29 14:53:16 +02:00
JohnnyCena123
4a4997c615
fix unnecessary warnings in some files ( #5152 )
2025-08-28 22:28:56 +02:00
Ray
42abcb9492
Updated examples init window title
2025-08-26 00:36:32 +02:00
Ray
a72b4b177b
Updated examples short description
2025-08-26 00:32:24 +02:00
Johnny Cena
a99649b455
remove unneeded checks
2025-08-20 12:18:51 +02:00
Johnny Cena
df200b942c
add versions to new shaders
2025-08-20 12:16:57 +02:00
Johnny Cena
cb05945e76
add missing shaders
2025-08-20 12:09:30 +02:00
Ray
595befec40
Update models_mesh_picking.c
2025-08-18 20:37:07 +02:00
Ray
570082deba
WARNING
: **NEW** raylib code CONVENTION: Comments do not end with '.'
2025-08-07 18:23:20 +02:00
Ray
f0889a74fe
EXAMPLES: Format tweaks
2025-08-07 17:08:22 +02:00
Ray
9003cd32ba
Update models_rlgl_solar_system.c
2025-08-07 17:06:50 +02:00
Ray
366887b863
Update models_loading_vox.c
2025-08-07 17:06:39 +02:00
Ray
1fadc67fb3
ADDED: Missing resources on some examples
2025-08-07 17:05:25 +02:00
Ray
72de562542
REVIEWED: Examples for automation processes
2025-08-04 13:23:04 +02:00
jordan4ibanez
7cae259a6d
Reviewed shaders comment wording ( #4793 )
2025-02-25 14:26:52 +01:00
Anstro Pleuton
773e3f5f9f
Update more examples inconsistencies ( #4711 )
...
Co-authored-by: Anstro Pleuton <anstropleuton@github.com >
2025-01-19 17:17:38 +01:00
Anstro Pleuton
945f181f1d
[examples] Update examples to be consistent ( #4699 )
...
* Update examples inconsistencies
* Happy new years, examples!
* Missed one inconsistency
* Update final few examples inconsistencies
---------
Co-authored-by: Anstro Pleuton <anstropleuton@github.com >
2025-01-18 19:41:56 +01:00
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
...
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
2025-01-17 10:42:30 +01:00
Ray
7b570bdfdd
Update models_point_rendering.c
2025-01-16 19:47:06 +01:00
Ray
2f6230e366
Formatting review and examples review
2025-01-12 18:02:36 +01:00
Ray
4bceddd4de
ADDED: example: models_tesseract
2025-01-12 16:19:32 +01:00
Jeffery Myers
f355d6f1db
Transform the vertex normals by the animated matrix ( #4646 )
2024-12-29 01:07:52 +01:00
Ray
be360d2ad1
RENAMED: UpdateModelAnimationBoneMatrices()
to UpdateModelAnimationBones()
...
Still, not fully convinced of those functions naming, despite quite descriptive, sounds a bit confusing to me...
2024-11-03 13:12:01 +01:00
Nikolas
7fedf9e0b8
[rtextures/rlgl] Load mipmaps for cubemaps ( #4429 )
...
* [rlgl] Load cubemap mipmaps
* [rtextures] Only generate mipmaps that don't already exist
* [rtextures] ImageDraw(): Implement drawing to mipmaps
* [rtextures] Load cubemap mipmaps
2024-10-26 12:09:38 +02:00
Ray
6ff0b03629
REVIEWED: UpdateModelAnimationBoneMatrices()
comments
2024-10-24 12:46:02 +02:00
Ray
b0140b876b
REVIEWED: GPU skninning on Web, some gotchas! #4412
2024-10-24 12:25:05 +02:00
Ray
cd845368d8
Update skinning.fs
2024-10-23 23:28:01 +02:00
Ray
79e2be68c2
Reviewed skinning shaders #4412
2024-10-23 00:20:59 +02:00
Ray
b2dca724c7
REVIEWED: skinning shader for GLSL 100 #4412
2024-10-22 10:41:43 +02:00
Anthony Carbajal
fe66bfb785
moved update out of draw area ( #4413 )
2024-10-22 10:31:44 +02:00
Anthony Carbajal
680238689b
removed extra update command ( #4401 )
2024-10-21 01:03:01 +02:00
Jeffery Myers
0e7bcd5639
[MODELS] Disable GPU skinning for MacOS platform ( #4348 )
...
* Update raylib_api.* by CI
* Disable GPU skinning on MacOS
Add GPU skinning example to MSVC Projects.
* Update raylib_api.* by CI
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-30 12:10:02 +02:00
Daniel Holden
86ead96263
[rmodels] Optional GPU skinning ( #4321 )
...
* Added optional GPU skinning
* Added skinned bone matrices support for different file formats.
* Moved new shader locations to end of enum to avoid breaking existing examples. Added gpu skinning on drawing of instanced meshes.
* Added GPU skinning example.
* Removed variable declaration to avoid shadowing warning.
2024-09-20 17:30:37 +02:00
Ray
414133dbe7
Update models_point_rendering.c
2024-08-24 18:56:06 +02:00
Reese Gallagher
7bde76ca2c
[rmodels] More performant point cloud rendering with DrawModelPoints()
( #4203 )
...
* Added the ability to draw a model as a point cloud
* Added example to demonstrate drawing a model as a point cloud
* polished the demo a bit
* picture for example
* adhere to conventions for example
* update png to match aspect ratio
* minor changes
* address code convention comments
* added point rendering to makefiles
* added point rendering to readme and renumbered examples
* comment formatting
---------
Co-authored-by: Reese Gallagher <re325479@ucf.edu.com >
Co-authored-by: Ray <raysan5@gmail.com >
2024-08-24 18:42:38 +02:00
Anthony Carbajal
85c6489d81
update models box collisions ( #4224 )
2024-08-09 09:12:26 +02:00
Anthony Carbajal
070c1c9d63
update examples missing unloadtexture ( #4234 )
2024-08-09 09:03:27 +02:00
Ray
9764fef262
Update models_billboard.c
2024-07-07 21:02:35 +02:00
bohonghuang
6dd2a0e645
[rmodels] Consistent DrawBillboardPro
with DrawTexturePro
( #4132 )
...
* [rmodels] Re-implement `DrawBillboardPro`
* [rmodels] Add comments to `DrawBillboardPro`
* [rmodels] Make `DrawBillboardPro` consistent with `DrawTexturePro`
* Update raylib_api.* by CI
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-07 20:27:51 +02:00
Ray
c95b2e88b7
Example review
2024-07-04 11:12:20 +02:00
Jeffery Myers
c1ea32655a
[EXAMPLES] Default Skybox example to not use HDR ( #4115 )
...
* Update raylib_api.* by CI
* Default to not use HDR, and note that HDR support requires that raylib be built with HDR enabled.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-28 19:08:55 +02:00
Jeffery Myers
e96bab7ce6
[Build] Fix warnings when building in VS 2022 ( #4095 )
...
* Update raylib_api.* by CI
* Fix warnings when building examples in MSVC 2022
* fix auto-format that sneaked in there.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-24 17:47:32 +02:00