diff options
| author | Ray <[email protected]> | 2019-05-14 15:34:23 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-14 15:34:23 +0200 |
| commit | 424d3ca8d9c5d612606444b2a2099cfad37f1888 (patch) | |
| tree | 873e8ec9dbd5965d828ed450a8c12feafe714597 /examples/models | |
| parent | 2edec8ae288ba70630021b330fe61c9005bc03d9 (diff) | |
| download | raylib-424d3ca8d9c5d612606444b2a2099cfad37f1888.tar.gz raylib-424d3ca8d9c5d612606444b2a2099cfad37f1888.zip | |
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
Diffstat (limited to 'examples/models')
| -rw-r--r-- | examples/models/models_orthographic_projection.c | 6 | ||||
| -rw-r--r-- | examples/models/models_yaw_pitch_roll.c | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/examples/models/models_orthographic_projection.c b/examples/models/models_orthographic_projection.c index f9b54b6d..3ad32b60 100644 --- a/examples/models/models_orthographic_projection.c +++ b/examples/models/models_orthographic_projection.c @@ -4,10 +4,12 @@ * * This program is heavily based on the geometric objects example * -* This example has been created using raylib 1.9.7 (www.raylib.com) +* This example has been created using raylib 2.0 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Copyright (c) 2018 Max Danielsson & Ramon Santamaria (@raysan5) +* Example contributed by Max Danielsson (@autious) and reviewed by Ramon Santamaria (@raysan5) +* +* Copyright (c) 2018 Max Danielsson (@autious) and Ramon Santamaria (@raysan5) * ********************************************************************************************/ diff --git a/examples/models/models_yaw_pitch_roll.c b/examples/models/models_yaw_pitch_roll.c index 7eaaf0be..658be084 100644 --- a/examples/models/models_yaw_pitch_roll.c +++ b/examples/models/models_yaw_pitch_roll.c @@ -5,9 +5,9 @@ * This example has been created using raylib 1.8 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Example based on Berni work on Raspberry Pi. +* Example contributed by Berni (@Berni8k) and reviewed by Ramon Santamaria (@raysan5) * -* Copyright (c) 2017 Ramon Santamaria (@raysan5) +* Copyright (c) 2017 Berni (@Berni8k) and Ramon Santamaria (@raysan5) * ********************************************************************************************/ |
