Ray
068978d5b3
REXM: RENAME: example: `models_gpu_skinning` --> `models_animation_gpu_skinning`
pirms 2 dienas
Ray
ef0dd5f774
REXM: Updated examples after some renames
pirms 1 nedēļas
Ray
ede4547015
REXM: RENAME: example: `models_draw_cube_texture` --> `models_textured_cube`
pirms 1 nedēļas
Ray
d8f3b51a3f
REXM: RENAME: example: `models_animation` --> `models_animation_playing`
pirms 1 nedēļas
Ray
ab3e99fd30
REXM: RENAME: example: `models_cubicmap` --> `models_cubicmap_rendering`
pirms 1 nedēļas
Ray
463d069eff
REXM: RENAME: example: `models_heightmap` --> `models_heightmap_rendering`
pirms 1 nedēļas
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
pirms 1 nedēļas
Ray
7646d08751
Updated some examples with inconsistencies
pirms 1 nedēļas
Ray
3cbe911613
REXM: RENAME: example: `models_billboard` --> `models_billboard_rendering`
pirms 1 nedēļas
Ray
b17936de22
REXM: RENAME: example: `models_billboard` --> `models_billboard_rendering`
pirms 1 nedēļas
Ray
5cbe013273
REXM: RENAME: example: `models_skybox` --> `models_skybox_rendering`
pirms 1 nedēļas
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
pirms 1 nedēļas
Ray
aa475b1046
REVIEWED: Code sections description for consistency
pirms 2 nedēļām
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
pirms 2 nedēļām
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
pirms 2 nedēļām
JohnnyCena123
4a4997c615
fix unnecessary warnings in some files ( #5152 )
pirms 2 nedēļām
Ray
42abcb9492
Updated examples init window title
pirms 3 nedēļām
Ray
a72b4b177b
Updated examples short description
pirms 3 nedēļām
Johnny Cena
a99649b455
remove unneeded checks
pirms 3 nedēļām
Johnny Cena
df200b942c
add versions to new shaders
pirms 3 nedēļām
Johnny Cena
cb05945e76
add missing shaders
pirms 3 nedēļām
Ray
595befec40
Update models_mesh_picking.c
pirms 4 nedēļām
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
pirms 1 mēnesi
Ray
f0889a74fe
EXAMPLES: Format tweaks
pirms 1 mēnesi
Ray
9003cd32ba
Update models_rlgl_solar_system.c
pirms 1 mēnesi
Ray
366887b863
Update models_loading_vox.c
pirms 1 mēnesi
Ray
1fadc67fb3
ADDED: Missing resources on some examples
pirms 1 mēnesi
Ray
72de562542
REVIEWED: Examples for automation processes
pirms 1 mēnesi
jordan4ibanez
7cae259a6d
Reviewed shaders comment wording ( #4793 )
pirms 6 mēnešiem
Anstro Pleuton
773e3f5f9f
Update more examples inconsistencies ( #4711 )
Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
pirms 8 mēnešiem
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>
pirms 8 mēnešiem
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
pirms 8 mēnešiem
Ray
7b570bdfdd
Update models_point_rendering.c
pirms 8 mēnešiem
Ray
2f6230e366
Formatting review and examples review
pirms 8 mēnešiem
Ray
4bceddd4de
ADDED: example: `models_tesseract`
pirms 8 mēnešiem
Jeffery Myers
f355d6f1db
Transform the vertex normals by the animated matrix ( #4646 )
pirms 8 mēnešiem
Ray
be360d2ad1
RENAMED: `UpdateModelAnimationBoneMatrices()` to `UpdateModelAnimationBones()`
Still, not fully convinced of those functions naming, despite quite descriptive, sounds a bit confusing to me...
pirms 10 mēnešiem
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
pirms 10 mēnešiem
Ray
6ff0b03629
REVIEWED: `UpdateModelAnimationBoneMatrices()` comments
pirms 10 mēnešiem
Ray
b0140b876b
REVIEWED: GPU skninning on Web, some gotchas! #4412
pirms 10 mēnešiem
Ray
cd845368d8
Update skinning.fs
pirms 10 mēnešiem
Ray
79e2be68c2
Reviewed skinning shaders #4412
pirms 10 mēnešiem
Ray
b2dca724c7
REVIEWED: skinning shader for GLSL 100 #4412
pirms 10 mēnešiem
Anthony Carbajal
fe66bfb785
moved update out of draw area ( #4413 )
pirms 10 mēnešiem
Anthony Carbajal
680238689b
removed extra update command ( #4401 )
pirms 11 mēnešiem
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>
pirms 11 mēnešiem
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.
pirms 1 gada
Ray
414133dbe7
Update models_point_rendering.c
pirms 1 gada
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>
pirms 1 gada
Anthony Carbajal
85c6489d81
update models box collisions ( #4224 )
pirms 1 gada