Merge "Updated programming guide for image-scaling-and-fitting" into devel/master
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / docs / content / camera-actor.js
index 818bc85..71b750b 100644 (file)
@@ -7,10 +7,10 @@ Allows the developer to use actor semantics to control a camera.
 There are two types of camera actor, FREE_LOOK and LOOK_AT_TARGET. By default
 the camera actor will be FREE_LOOK.
 
-A FREE_LOOK camera uses actor's rotation to control where the camera is looking.
+A FREE_LOOK camera uses actor's orientation to control where the camera is looking.
 If no additional rotations are specified, the camera looks in the negative Z direction.
 
-For LOOK_AT_TARGET the actor's rotation is ignored, instead the camera looks at TARGET_POSITION
+For LOOK_AT_TARGET the actor's orientation is ignored, instead the camera looks at TARGET_POSITION
 in world coordinates.
 ```
 // get the camera currently used