Skip to content

Commit b17936d

Browse files
committed
REXM: RENAME: example: models_billboard --> models_billboard_rendering
1 parent 3659eee commit b17936d

File tree

9 files changed

+10
-693
lines changed

9 files changed

+10
-693
lines changed

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ TEXT = \
603603

604604
MODELS = \
605605
models/models_animation \
606-
models/models_billboard \
606+
models/models_billboard_rendering_rendering \
607607
models/models_bone_socket \
608608
models/models_box_collisions \
609609
models/models_cubicmap \

examples/Makefile.Web

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ TEXT = \
603603

604604
MODELS = \
605605
models/models_animation \
606-
models/models_billboard \
606+
models/models_billboard_rendering_rendering \
607607
models/models_bone_socket \
608608
models/models_box_collisions \
609609
models/models_cubicmap \
@@ -1028,7 +1028,7 @@ models/models_animation: models/models_animation.c
10281028
--preload-file models/resources/models/iqm/guytex.png@resources/models/iqm/guytex.png \
10291029
--preload-file models/resources/models/iqm/guyanim.iqm@resources/models/iqm/guyanim.iqm
10301030

1031-
models/models_billboard: models/models_billboard.c
1031+
models/models_billboard_rendering_rendering: models/models_billboard_rendering_rendering.c
10321032
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
10331033
--preload-file models/resources/billboard.png@resources/billboard.png
10341034

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Examples using raylib models functionality, including models loading/generation
148148
| example | image | difficulty<br>level | version<br>created | last version<br>updated | original<br>developer |
149149
|-----------|--------|:-------------------:|:------------------:|:-----------------------:|:----------------------|
150150
| [models_animation](models/models_animation.c) | <img src="models/models_animation.png" alt="models_animation" width="80"> | ⭐⭐☆☆ | 2.5 | 3.5 | [Culacant](https://github.com/culacant) |
151-
| [models_billboard](models/models_billboard.c) | <img src="models/models_billboard.png" alt="models_billboard" width="80"> | ⭐⭐⭐☆ | 1.3 | 3.5 | [Ramon Santamaria](https://github.com/raysan5) |
151+
| [models_billboard_rendering_rendering](models/models_billboard_rendering_rendering.c) | <img src="models/models_billboard_rendering_rendering.png" alt="models_billboard_rendering_rendering" width="80"> | ⭐⭐⭐☆ | 1.3 | 3.5 | [Ramon Santamaria](https://github.com/raysan5) |
152152
| [models_box_collisions](models/models_box_collisions.c) | <img src="models/models_box_collisions.png" alt="models_box_collisions" width="80"> | ⭐☆☆☆ | 1.3 | 3.5 | [Ramon Santamaria](https://github.com/raysan5) |
153153
| [models_cubicmap](models/models_cubicmap.c) | <img src="models/models_cubicmap.png" alt="models_cubicmap" width="80"> | ⭐⭐☆☆ | 1.8 | 3.5 | [Ramon Santamaria](https://github.com/raysan5) |
154154
| [models_first_person_maze](models/models_first_person_maze.c) | <img src="models/models_first_person_maze.png" alt="models_first_person_maze" width="80"> | ⭐⭐☆☆ | 2.5 | 3.5 | [Ramon Santamaria](https://github.com/raysan5) |

examples/examples_list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ text;text_unicode_ranges;⭐️⭐️⭐️⭐️;5.5;5.6;"Vlad Adrian";@demizdo
103103
text;text_3d_drawing;⭐️⭐️⭐️⭐️;3.5;4.0;"Vlad Adrian";@demizdor
104104
text;text_codepoints_loading;⭐️⭐️⭐️☆;4.2;4.2;"Ramon Santamaria";@raysan5
105105
models;models_animation;⭐️⭐️☆☆;2.5;3.5;"Culacant";@culacant
106-
models;models_billboard;⭐️⭐️⭐️☆;1.3;3.5;"Ramon Santamaria";@raysan5
106+
models;models_billboard_rendering_rendering;⭐️⭐️⭐️☆;1.3;3.5;"Ramon Santamaria";@raysan5
107107
models;models_box_collisions;⭐️☆☆☆;1.3;3.5;"Ramon Santamaria";@raysan5
108108
models;models_cubicmap;⭐️⭐️☆☆;1.8;3.5;"Ramon Santamaria";@raysan5
109109
models;models_first_person_maze;⭐️⭐️☆☆;2.5;3.5;"Ramon Santamaria";@raysan5

examples/models/models_billboard.c

Lines changed: 0 additions & 115 deletions
This file was deleted.
-53.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)