summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/src/trv_main.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-05 13:02:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-05 13:02:44 -0600
commite340b784cc39934935a5267a91f34e7443f2d21c (patch)
tree1173a46159a13e0373a95151c8447bdc6a7f8eff /apps/graphics/traveler/src/trv_main.c
parentaf493a338db96e3150ab8c2923fc9dbeb025a04d (diff)
downloadnuttx-e340b784cc39934935a5267a91f34e7443f2d21c.tar.gz
nuttx-e340b784cc39934935a5267a91f34e7443f2d21c.tar.bz2
nuttx-e340b784cc39934935a5267a91f34e7443f2d21c.zip
Add third of several ray cast/rendering files
Diffstat (limited to 'apps/graphics/traveler/src/trv_main.c')
-rw-r--r--apps/graphics/traveler/src/trv_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/graphics/traveler/src/trv_main.c b/apps/graphics/traveler/src/trv_main.c
index bafd5cb1c..e3cb0c973 100644
--- a/apps/graphics/traveler/src/trv_main.c
+++ b/apps/graphics/traveler/src/trv_main.c
@@ -257,11 +257,11 @@ int traveler_main(int argc, char *argv[])
/* Paint the back drop */
- trv_rend_backdrop(&g_trv_player, &g_trv_ginfo);
+ trv_rend_backdrop(&g_player, &g_trv_ginfo);
/* Render the 3-D view */
- trv_raycaster(&g_trv_player, &g_trv_ginfo);
+ trv_raycaster(&g_player, &g_trv_ginfo);
/* Display the world. */