diff options
| author | Ray <[email protected]> | 2020-01-28 18:30:55 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-28 18:30:55 +0100 |
| commit | 15345ded25059d25502839b52a576e91e2cb2acf (patch) | |
| tree | 3422d5922d76c9ab36d987ef91b08916ae9be191 /examples | |
| parent | c715cae18d40c4882d9a38babf98c67a6deddf28 (diff) | |
| download | raylib-15345ded25059d25502839b52a576e91e2cb2acf.tar.gz raylib-15345ded25059d25502839b52a576e91e2cb2acf.zip | |
Removed big examples (models_solar_system_rlgl)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README.md b/examples/README.md index b1ece8f4..80152631 100644 --- a/examples/README.md +++ b/examples/README.md @@ -109,9 +109,9 @@ Examples using raylib models functionality, including models loading/generation | 73 | [models_mesh_picking](models/models_mesh_picking.c) | <img src="models/models_mesh_picking.png" alt="models_mesh_picking" width="200"> | [Joel Davis](https://github.com/joeld42) | | | 74 | [models_loading](models/models_loading.c) | <img src="models/models_loading.png" alt="models_loading" width="200"> | ray | | | 75 | [models_orthographic_projection](models/models_orthographic_projection.c) | <img src="models/models_orthographic_projection.png" alt="models_orthographic_projection" width="200"> | [Max Danielsson](https://github.com/autious) | | -| 76 | [models_rlgl_solar_system_full](models/models_rlgl_solar_system_full.c) | <img src="models/models_rlgl_solar_system_full.png" alt="models_rlgl_solar_system_full" width="200"> | [Aldrin Martoq](https://github.com/aldrinmartoq) | ⭐️ | -| 77 | [models_solar_system](models/models_solar_system.c) | <img src="models/models_solar_system.png" alt="models_solar_system" width="200"> | [Aldrin Martoq](https://github.com/aldrinmartoq) | ⭐️ | -| 78 | [models_rlgl_solar_system](models/models_rlgl_solar_system.c) | <img src="models/models_rlgl_solar_system.png" alt="models_rlgl_solar_system" width="200"> | ray | ⭐️ | +| 76 | *TODO* | *TODO* | *TODO* | | +| 77 | *TODO* | *TODO* | *TODO* | | +| 78 | [models_solar_system_rlgl](models/models_solar_system_rlgl.c) | <img src="models/models_solar_system_rlgl.png" alt="models_solar_system_rlgl" width="200"> | ray | ⭐️ | | 79 | [models_yaw_pitch_roll](models/models_yaw_pitch_roll.c) | <img src="models/models_yaw_pitch_roll.png" alt="models_yaw_pitch_roll" width="200"> | [Berni](https://github.com/Berni8k) | | | 80 | [models_waving_cubes](models/models_waving_cubes.c) | <img src="models/models_waving_cubes.png" alt="models_waving_cubes" width="200"> | [codecat](https://github.com/codecat) | ⭐️ | | 81 | [models_heightmap](models/models_heightmap.c) | <img src="models/models_heightmap.png" alt="models_heightmap" width="200"> | ray | | |
