raylib/examples/models
KotzaBoss 4b0e25d3af
Add rlCullDistance variables/getters and rlSetClipPlanes function (#3912)
The `RL_CULL_DISTANCE_` definition remains as the initial value
of the variables.

Basic usage can be:
```c
#include <raylib.h>
#include <rlgl.h>

rlSetClipPlanes(RL_CULL_DISTANCE_NEAR, MY_CULL_DISTANCE_FAR);

if (must_reset_clip_planes)
    rlSetClipPlanes(RL_CULL_DISTANCE_NEAR, RL_CULL_DISTANCE_FAR);
```
2024-04-23 14:24:37 +02:00
..
resources feat: vox_loader normals and new voxels shader (#3843) 2024-02-29 18:28:51 +01:00
models_animation.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_animation.png
models_billboard.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_billboard.png
models_bone_socket.c optimisation of the "bone socket" tutorial (#3864) 2024-03-10 21:49:04 +01:00
models_bone_socket.png bone socket tutorial (#3833) 2024-02-26 10:30:22 +01:00
models_box_collisions.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_box_collisions.png
models_cubicmap.c Review formatting 2024-04-21 12:29:09 +02:00
models_cubicmap.png
models_draw_cube_texture.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_draw_cube_texture.png
models_first_person_maze.c Fix examples warnings for macos (#3842) 2024-02-27 22:15:09 +01:00
models_first_person_maze.png
models_geometric_shapes.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_geometric_shapes.png
models_heightmap.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_heightmap.png
models_loading_gltf.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_loading_gltf.png
models_loading_m3d.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_loading_m3d.png
models_loading_vox.c feat: vox_loader normals and new voxels shader (#3843) 2024-02-29 18:28:51 +01:00
models_loading_vox.png
models_loading.c Screen space related functions consistency (#3830) 2024-03-07 12:28:11 +01:00
models_loading.png
models_mesh_generation.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_mesh_generation.png
models_mesh_picking.c Screen space related functions consistency (#3830) 2024-03-07 12:28:11 +01:00
models_mesh_picking.png
models_orthographic_projection.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_orthographic_projection.png
models_rlgl_solar_system.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_rlgl_solar_system.png
models_skybox.c Add rlCullDistance variables/getters and rlSetClipPlanes function (#3912) 2024-04-23 14:24:37 +02:00
models_skybox.png
models_waving_cubes.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_waving_cubes.png
models_yaw_pitch_roll.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
models_yaw_pitch_roll.png
rlights.h feat: vox_loader normals and new voxels shader (#3843) 2024-02-29 18:28:51 +01:00