123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- [
- {
- "id": 0,
- "position": {
- "x": -0.5,
- "y": 0,
- "z": 1.5
- },
- "rotation": {
- "x": 0,
- "y": 0,
- "z": 0,
- "w": 1
- },
- "contact": [1,3,4]
- },
- {
- "id": 1,
- "position": {
- "x": -0.5,
- "y": 0.1,
- "z": 1.5
- },
- "rotation": {
- "x": 0,
- "y": 0,
- "z": 0,
- "w": 1
- },
- "contact": [0,2,3,4,5]
- },
- {
- "id": 2,
- "position": {
- "x": -0.5,
- "y": 2,
- "z": 1.5
- },
- "rotation": {
- "x": 0,
- "y": 0,
- "z": 0,
- "w": 1
- },
- "contact": [1,4,5]
- },
- {
- "id": 3,
- "position": {
- "x": 1.5,
- "y": 0,
- "z": 1.5
- },
- "rotation": {
- "x": 0,
- "y": 0,
- "z": 0,
- "w": 1
- },
- "contact": [0,1,4,6,7]
- },
- {
- "id": 4,
- "position": {
- "x": 1.5,
- "y": 0.1,
- "z": 1.5
- },
- "rotation": {
- "x": 1.5,
- "y": 0,
- "z": 1.5
- },
- "contact": [0,1,2,3,4,5,6,7,8]
- },
- {
- "id": 5,
- "position": {
- "x": 1.5,
- "y": 2,
- "z": 1.5
- },
- "rotation": {
- "x": 1.5,
- "y": 0,
- "z": 1.5
- },
- "contact": [1,2,4,7,8]
- },
- {
- "id": 6,
- "position": {
- "x": 3.5,
- "y": 0,
- "z": 1.5
- },
- "rotation": {
- "x": 0,
- "y": 0,
- "z": 0,
- "w": 1
- },
- "contact": [3,4,7]
- },
- {
- "id": 7,
- "position": {
- "x": 3.5,
- "y": 0.1,
- "z": 1.5
- },
- "rotation": {
- "x": 0,
- "y": 0,
- "z": 0,
- "w": 1
- },
- "contact": [3,4,5,6,8]
- },
- {
- "id": 8,
- "position": {
- "x": 3.5,
- "y": 2.0,
- "z": 1.5
- },
- "rotation": {
- "x": 0,
- "y": 0,
- "z": 0,
- "w": 1
- },
- "contact": [4,5,7]
- }
- ]
|