summaryrefslogtreecommitdiff
path: root/omkf
diff options
context:
space:
mode:
Diffstat (limited to 'omkf')
-rw-r--r--omkf/1.sim2
-rw-r--r--omkf/2.sim23
-rw-r--r--omkf/3.sim32
-rw-r--r--omkf/4a.sim13
-rw-r--r--omkf/4b.sim13
-rw-r--r--omkf/5.sim6
-rw-r--r--omkf/base.sim13
7 files changed, 102 insertions, 0 deletions
diff --git a/omkf/1.sim b/omkf/1.sim
new file mode 100644
index 0000000..414fdfb
--- /dev/null
+++ b/omkf/1.sim
@@ -0,0 +1,2 @@
+load omkf/base.sim
+reset
diff --git a/omkf/2.sim b/omkf/2.sim
new file mode 100644
index 0000000..7bcd1af
--- /dev/null
+++ b/omkf/2.sim
@@ -0,0 +1,23 @@
+load omkf/base.sim
+
+csg-clear
+
+csg_shape cylinder-z
+csg_x 20
+csg_y 20
+csg_z 35
+csg_r 5
+csg_h 5
+csg_v 1
+csg-push
+
+csg_shape cylinder-z
+csg_x 20
+csg_y 20
+csg_z 35
+csg_r 1000
+csg_h 5
+csg_v 100
+csg-push
+
+reset
diff --git a/omkf/3.sim b/omkf/3.sim
new file mode 100644
index 0000000..dba527f
--- /dev/null
+++ b/omkf/3.sim
@@ -0,0 +1,32 @@
+load omkf/base.sim
+
+csg-clear
+
+csg_shape cylinder-z
+csg_x 25
+csg_y 25
+csg_z 35
+csg_r 5
+csg_h 5
+csg_v 1
+csg-push
+
+csg_shape cylinder-z
+csg_x 15
+csg_y 15
+csg_z 35
+csg_r 5
+csg_h 5
+csg_v 1
+csg-push
+
+csg_shape cylinder-z
+csg_x 20
+csg_y 20
+csg_z 35
+csg_r 1000
+csg_h 5
+csg_v 100
+csg-push
+
+reset
diff --git a/omkf/4a.sim b/omkf/4a.sim
new file mode 100644
index 0000000..d73b814
--- /dev/null
+++ b/omkf/4a.sim
@@ -0,0 +1,13 @@
+load omkf/base.sim
+
+csg-clear
+
+csg_shape sphere
+csg_x 20
+csg_y 20
+csg_z 35
+csg_r 10
+csg_v 1.7
+csg-push
+
+reset
diff --git a/omkf/4b.sim b/omkf/4b.sim
new file mode 100644
index 0000000..027a483
--- /dev/null
+++ b/omkf/4b.sim
@@ -0,0 +1,13 @@
+load omkf/base.sim
+
+csg-clear
+
+csg_shape sphere
+csg_x 20
+csg_y 20
+csg_z 35
+csg_r 10
+csg_v 1000
+csg-push
+
+reset
diff --git a/omkf/5.sim b/omkf/5.sim
new file mode 100644
index 0000000..a2eb515
--- /dev/null
+++ b/omkf/5.sim
@@ -0,0 +1,6 @@
+load omkf/base.sim
+load omkf/2.sim
+
+time_delta 0.5
+
+reset
diff --git a/omkf/base.sim b/omkf/base.sim
new file mode 100644
index 0000000..19bccef
--- /dev/null
+++ b/omkf/base.sim
@@ -0,0 +1,13 @@
+width 40
+height 40
+depth 70
+scale 7e+9
+time_delta 0.1
+pml_z 10
+
+src_z 13
+src_angle 0
+src_f 0.15
+src_wtf 0.7
+
+reset