[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>
This commit is contained in:
Reese Gallagher 2024-08-24 12:42:38 -04:00 committed by GitHub
parent b0c3013b51
commit 7bde76ca2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 224 additions and 25 deletions

View file

@ -582,6 +582,7 @@ MODELS = \
models/models_mesh_generation \
models/models_mesh_picking \
models/models_orthographic_projection \
models/models_point_rendering \
models/models_rlgl_solar_system \
models/models_skybox \
models/models_waving_cubes \