diagram and gitingmore update
This commit is contained in:
parent
3ebf8404ae
commit
e2069080f6
2 changed files with 25 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
.venv/
|
.venv/
|
||||||
build/
|
build/
|
||||||
*.png
|
*.png
|
||||||
|
*.svg
|
||||||
*.so
|
*.so
|
||||||
*.c
|
*.c
|
||||||
skydome.c
|
skydome.c
|
||||||
|
|
24
diagram.d2
Normal file
24
diagram.d2
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
direction: down
|
||||||
|
|
||||||
|
Map Window: {
|
||||||
|
Choose Location
|
||||||
|
}
|
||||||
|
|
||||||
|
Map Window -> Options Window
|
||||||
|
Options Window: {
|
||||||
|
Choose Environment
|
||||||
|
Optional :{
|
||||||
|
Choose Pressure
|
||||||
|
Choose Temperature
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Options Window -> Image Window
|
||||||
|
Image Window: {
|
||||||
|
Press "render"
|
||||||
|
Optional :{
|
||||||
|
Zoom In/Out
|
||||||
|
Change Rendering Mode
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue