fix file structure
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ Each image is labelled with 2 points named "from" and "to" that draw a line in t
|
|
16 |
Each image has random variations of camera angles, line path, light placement and furnitures.
|
17 |
|
18 |
File structure:
|
|
|
19 |
|
|
20 |
|
|
21 |
|---render
|
@@ -33,7 +34,7 @@ File structure:
|
|
33 |
the points 'from' and 'to'. The position is an array with
|
34 |
2 values, the first is x and the second is y. The unit is a pixel.
|
35 |
The position of the object in the array correspond to the name of the image"
|
36 |
-
|
37 |
|
38 |
Made in Blender 4.0.2 by Leandro SARAIVA MAIA
|
39 |
20 March 2024
|
|
|
16 |
Each image has random variations of camera angles, line path, light placement and furnitures.
|
17 |
|
18 |
File structure:
|
19 |
+
```
|
20 |
|
|
21 |
|
|
22 |
|---render
|
|
|
34 |
the points 'from' and 'to'. The position is an array with
|
35 |
2 values, the first is x and the second is y. The unit is a pixel.
|
36 |
The position of the object in the array correspond to the name of the image"
|
37 |
+
```
|
38 |
|
39 |
Made in Blender 4.0.2 by Leandro SARAIVA MAIA
|
40 |
20 March 2024
|