Merge "Make -DUSE_DEFAULT_RESOURCE_DIR=OFF compile again" into devel/master
[platform/core/uifw/dali-toolkit.git] / automated-tests / resources / dli / constraints.dli
1 {
2   "scene": 0,
3   "scenes": [ { "nodes": [ 0 ] } ],
4   "nodes": [ {
5     "name": "root",
6     "children": [ 1, 2, 3 ]
7   }, {
8     "name": "Alice",
9     "angle": [ 0.0, -45.0, 10.0 ],
10     "position": [ 500.0, -50.0, 0.0 ]
11   }, {
12     "name": "Bob",
13     "position": [ 1000.0, 1.0, -400.0 ],
14     "angle": [ 10.0, 0.0, -90.0 ],
15     "extras": {
16       "angularVelocity": [ -0.5, 0.0004 ]
17     }
18   }, {
19     "name": "Charlie",
20     "position": [ -400.0, 0.0, 100.0 ],
21     "constraints": {
22       "orientation": 1,
23       "position": 2,
24       "angularVelocity": 2,
25       "invalid": "zero"
26     },
27     "extras": {
28       "angularVelocity": [ 0.0, 0.0 ]
29     }
30   } ]
31 }
32