summaryrefslogtreecommitdiffstats
path: root/apps/samples/vrml/vrml-server.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/samples/vrml/vrml-server.scxml')
-rw-r--r--apps/samples/vrml/vrml-server.scxml21
1 files changed, 17 insertions, 4 deletions
diff --git a/apps/samples/vrml/vrml-server.scxml b/apps/samples/vrml/vrml-server.scxml
index f6dc9dc..5c65afb 100644
--- a/apps/samples/vrml/vrml-server.scxml
+++ b/apps/samples/vrml/vrml-server.scxml
@@ -256,9 +256,22 @@
</send>
<else />
<!-- There is no such model -->
- <respond status="404" to="_event.origin">
- <header name="Connection" value="close" />
- </respond>
+ <send target="#_osgvonvert.toClient">
+ <param name="source" expr="'/scratch/vrml/404.wrl'" />
+ <param name="format" expr="_event['fileStruct'].ext" />
+ <param name="pitch" expr="_event.fileStruct.pitch" />
+ <param name="roll" expr="_event.fileStruct.roll" />
+ <param name="yaw" expr="_event.fileStruct.yaw" />
+ <param name="zoom" expr="_event.fileStruct.zoom" />
+ <param name="x" expr="_event.fileStruct.x" />
+ <param name="y" expr="_event.fileStruct.y" />
+ <param name="z" expr="_event.fileStruct.z" />
+ <param name="width" expr="_event.fileStruct.width" />
+ <param name="height" expr="_event.fileStruct.height" />
+ <param name="autorotate" expr="_event.fileStruct.autorotate" />
+ <param name="context" expr="_event.origin" />
+ </send>
+
</if>
</transition>
@@ -340,4 +353,4 @@
</state>
</state>
<state id="final" final="true" />
-</scxml> \ No newline at end of file
+</scxml>