commit 93f9fe83549f61faeecf060ecb2ce894d8abf3e2
parent b50592853059f94672d12ee1835f91218c4f4fd9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 7 Nov 2016 16:41:07 +0100
Update the input specification
Rename the "spawn" item in "instance"
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/input b/doc/input
@@ -51,19 +51,19 @@
- object: *parabol
# Create the solar factory
-- spawn:
+- instance:
transform: { position: [0, 0, 0] }
node : *heliostat0
-- spawn:
+- instance:
transform: { position: [0, 0, 10] }
node : *heliostat0
-- spawn:
+- instance:
transform: { position: [0, 0, 20] }
node : *heliostat0
-- spawn:
+- instante:
transform: { position: [0, 0, 30] }
node : *heliostat0
-- spawn:
+- instance:
transform: { position: [0, 0, -10] }
object : *house
@@ -81,7 +81,7 @@
<entity>
| <material>
| <node>
- | <spawn>
+ | <instance>
| <sun>
----------------------------------------
@@ -226,7 +226,7 @@
aperture: REAL
----------------------------------------
-spawn:
+instance:
<node> | <object>
[ <transform> ]