aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/camera.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-12-26 19:20:15 +1000
committerDavid Walter Seikel2014-12-26 19:20:15 +1000
commit64cc747f267fdde1c0044bd1b944afc0604f01e2 (patch)
treed95815a83209fbd728f643a4f0e57a8ad5c3f108 /src/extantz/camera.c
parentSome notes about trees. (diff)
downloadSledjHamr-64cc747f267fdde1c0044bd1b944afc0604f01e2.zip
SledjHamr-64cc747f267fdde1c0044bd1b944afc0604f01e2.tar.gz
SledjHamr-64cc747f267fdde1c0044bd1b944afc0604f01e2.tar.bz2
SledjHamr-64cc747f267fdde1c0044bd1b944afc0604f01e2.tar.xz
Bring it up to date with EFL changes. Though more are needed.
Diffstat (limited to 'src/extantz/camera.c')
-rw-r--r--src/extantz/camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/camera.c b/src/extantz/camera.c
index 9ba76bf..adbae6f 100644
--- a/src/extantz/camera.c
+++ b/src/extantz/camera.c
@@ -228,7 +228,7 @@ Evas_3D_Node *cameraAdd(Evas *evas, Scene_Data *scene, Evas_Object *image)
228 evas_3d_camera_projection_perspective_set(90.0, 1.0, 1.0, 1024.0) 228 evas_3d_camera_projection_perspective_set(90.0, 1.0, 1.0, 1024.0)
229 ); 229 );
230 230
231 result = eo_add_custom(EVAS_3D_NODE_CLASS, evas, evas_3d_node_constructor(EVAS_3D_NODE_TYPE_CAMERA), 231 result = eo_add(EVAS_3D_NODE_CLASS, evas, evas_3d_node_constructor(EVAS_3D_NODE_TYPE_CAMERA),
232 evas_3d_node_camera_set(camera), 232 evas_3d_node_camera_set(camera),
233 evas_3d_node_position_set(0.0, 20.0, 30.0), 233 evas_3d_node_position_set(0.0, 20.0, 30.0),
234// evas_3d_node_look_at_set(EVAS_3D_SPACE_PARENT, 0.0, 0.0, 20.0, EVAS_3D_SPACE_PARENT, 0.0, 1.0, 0.0), 234// evas_3d_node_look_at_set(EVAS_3D_SPACE_PARENT, 0.0, 0.0, 20.0, EVAS_3D_SPACE_PARENT, 0.0, 1.0, 0.0),