summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_pov.h
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/include/trv_pov.h
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/include/trv_pov.h')
-rw-r--r--apps/graphics/traveler/include/trv_pov.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/traveler/include/trv_pov.h b/apps/graphics/traveler/include/trv_pov.h
index 2edc5b7a2..70038049b 100644
--- a/apps/graphics/traveler/include/trv_pov.h
+++ b/apps/graphics/traveler/include/trv_pov.h
@@ -49,7 +49,7 @@
/* This structure defines the current camera position of the player's eyes */
-extern struct trv_camera_s g_trv_player;
+extern struct trv_camera_s g_player;
/****************************************************************************
* Public Function Prototypes