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年前