diff options
| author | raysan5 <[email protected]> | 2021-10-12 12:46:41 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-10-12 12:46:41 +0200 |
| commit | 9a568654bee82abb1409af68b1b6f532e85efaae (patch) | |
| tree | 624790b6f1b1ec97a3391e060a820df4b10c3f8c /examples/README.md | |
| parent | 4a1bd12e2dbb34ab6aec8de07fe9ee79613234df (diff) | |
| download | raylib-9a568654bee82abb1409af68b1b6f532e85efaae.tar.gz raylib-9a568654bee82abb1409af68b1b6f532e85efaae.zip | |
REMOVED: EXAMPLE: models_material_pbr
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index 6a366972..ddf69fe5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -110,7 +110,7 @@ Examples using raylib models functionality, including models loading/generation | 72 | [models_cubicmap](models/models_cubicmap.c) | <img src="models/models_cubicmap.png" alt="models_cubicmap" width="200"> | ray | | | 73 | [models_first_person_maze](models/models_first_person_maze.c) | <img src="models/models_first_person_maze.png" alt="models_first_person_maze" width="200"> | ray | | | 74 | [models_geometric_shapes](models/models_geometric_shapes.c) | <img src="models/models_geometric_shapes.png" alt="models_geometric_shapes" width="200"> | ray | | -| 75 | [models_material_pbr](models/models_material_pbr.c) | <img src="models/models_material_pbr.png" alt="models_material_pbr" width="200"> | ray | | +| 75 | [...]() | | ray | | | 76 | [models_mesh_generation](models/models_mesh_generation.c) | <img src="models/models_mesh_generation.png" alt="models_mesh_generation" width="200"> | ray | | | 77 | [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) | | | 78 | [models_loading](models/models_loading.c) | <img src="models/models_loading.png" alt="models_loading" width="200"> | ray | | |
