REXM: Update examples collection, some renames

This commit is contained in:
Ray
2025-10-17 17:01:38 +02:00
parent 4099218f1a
commit ed8c4c1b9b
17 changed files with 126 additions and 111 deletions

View File

@ -529,7 +529,7 @@ CORE = \
core/core_input_mouse_wheel \
core/core_input_multitouch \
core/core_input_virtual_controls \
core/core_monitor_change \
core/core_monitor_detector \
core/core_random_sequence \
core/core_random_values \
core/core_render_texture \
@ -572,7 +572,7 @@ SHAPES = \
shapes/shapes_rounded_rectangle_drawing \
shapes/shapes_simple_particles \
shapes/shapes_splines_drawing \
shapes/shapes_starfield \
shapes/shapes_starfield_effect \
shapes/shapes_top_down_lights \
shapes/shapes_triangle_strip \
shapes/shapes_vector_angle
@ -632,7 +632,6 @@ MODELS = \
models/models_cubicmap_rendering \
models/models_first_person_maze \
models/models_geometric_shapes \
models/models_rotating_cube \
models/models_heightmap_rendering \
models/models_loading \
models/models_loading_gltf \
@ -643,6 +642,7 @@ MODELS = \
models/models_orthographic_projection \
models/models_point_rendering \
models/models_rlgl_solar_system \
models/models_rotating_cube \
models/models_skybox_rendering \
models/models_tesseract_view \
models/models_textured_cube \