Tutorial and images #49

Merged
kiruma524 merged 13 commits from dev into master 2021-07-29 17:08:05 +03:00
Showing only changes of commit 10626a836d - Show all commits

View File

@ -51,7 +51,7 @@ box(10, 10, 10, name = "small box"){
rotation = Point3D(0, 0, 0)
}
```
![](../docs/images/small box.png)
![](../docs/images/small-box.png)
The `big box` will have properties with custom values.
```kotlin
@ -64,7 +64,7 @@ box(40, 40, 40, name = "big box"){
rotation = Point3D(60, 80, 0)
}
```
![](../docs/images/big rotated box.png)
![](../docs/images/big-rotated-box.png)
If we compare these boxes, we will see all differences.
Here is the function `main` with both boxes.