aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-08-10 05:19:16 +1000
committerDavid Walter Seikel2014-08-10 05:19:16 +1000
commitef5e6908e71447676643c86009b1b6d678b45804 (patch)
tree1dd806c7021e07f311d9ca046c7b17a4c211622c
parentMore comments. (diff)
downloadSledjHamr-ef5e6908e71447676643c86009b1b6d678b45804.zip
SledjHamr-ef5e6908e71447676643c86009b1b6d678b45804.tar.gz
SledjHamr-ef5e6908e71447676643c86009b1b6d678b45804.tar.bz2
SledjHamr-ef5e6908e71447676643c86009b1b6d678b45804.tar.xz
Typo--
-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 c94b780..9ba76bf 100644
--- a/src/extantz/camera.c
+++ b/src/extantz/camera.c
@@ -231,7 +231,7 @@ Evas_3D_Node *cameraAdd(Evas *evas, Scene_Data *scene, Evas_Object *image)
231 result = eo_add_custom(EVAS_3D_NODE_CLASS, evas, evas_3d_node_constructor(EVAS_3D_NODE_TYPE_CAMERA), 231 result = eo_add_custom(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),
235 evas_3d_node_orientation_set(0.0, 0.0, 0.0, 1.0) 235 evas_3d_node_orientation_set(0.0, 0.0, 0.0, 1.0)
236 ); 236 );
237// eo_unref(camera); 237// eo_unref(camera);