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