REXM: RENAME: example: models_geometry_textures_cube --> models_rotating_cube

This commit is contained in:
Ray
2025-10-17 12:33:41 +02:00
parent 153401810a
commit bb910bb0b8
8 changed files with 19 additions and 13 deletions

View File

@ -630,7 +630,7 @@ MODELS = \
models/models_cubicmap_rendering \
models/models_first_person_maze \
models/models_geometric_shapes \
models/models_geometry_textures_cube \
models/models_rotating_cube \
models/models_heightmap_rendering \
models/models_loading \
models/models_loading_gltf \
@ -1146,7 +1146,7 @@ models/models_first_person_maze: models/models_first_person_maze.c
models/models_geometric_shapes: models/models_geometric_shapes.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
models/models_geometry_textures_cube: models/models_geometry_textures_cube.c
models/models_rotating_cube: models/models_rotating_cube.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
--preload-file models/resources/cubicmap_atlas.png@resources/cubicmap_atlas.png