summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_world.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-01 14:04:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:48:05 -0600
commitbd6542081652705e24162921d16d433ce0d05012 (patch)
tree8e048bfb5518e43733c941b6c59b06a665599f44 /apps/graphics/traveler/include/trv_world.h
parent1edc1dfd51438e8f0d1fa4e91a02b912b52eb7fe (diff)
downloadnuttx-bd6542081652705e24162921d16d433ce0d05012.tar.gz
nuttx-bd6542081652705e24162921d16d433ce0d05012.tar.bz2
nuttx-bd6542081652705e24162921d16d433ce0d05012.zip
Add graphic device initialize logic (incomplete)
Diffstat (limited to 'apps/graphics/traveler/include/trv_world.h')
-rw-r--r--apps/graphics/traveler/include/trv_world.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/graphics/traveler/include/trv_world.h b/apps/graphics/traveler/include/trv_world.h
index b590e2f87..939ec1820 100644
--- a/apps/graphics/traveler/include/trv_world.h
+++ b/apps/graphics/traveler/include/trv_world.h
@@ -52,11 +52,11 @@
struct trv_camera_s
{
- nxgl_coord_t x; /* Camera X position */
- nxgl_coord_t y; /* Camera Y position */
- nxgl_coord_t z; /* Camera Z position */
- int16_t yaw; /* Camera yaw orientation */
- int16_t pitch; /* Camera pitch orientation */
+ trv_coord_t x; /* Camera X position */
+ trv_coord_t y; /* Camera Y position */
+ trv_coord_t z; /* Camera Z position */
+ int16_t yaw; /* Camera yaw orientation */
+ int16_t pitch; /* Camera pitch orientation */
};
/****************************************************************************