summaryrefslogtreecommitdiff
path: root/share/frontend/imgrid/dist_embedded
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
commitd3e7b5708deffbed864c916de22663f48333c58b (patch)
treeef76784a7827baff88c03670bf22832a3f146b17 /share/frontend/imgrid/dist_embedded
parent86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff)
finishing server
Diffstat (limited to 'share/frontend/imgrid/dist_embedded')
-rwxr-xr-xshare/frontend/imgrid/dist_embedded/3DMapAllWin.jarbin0 -> 5018834 bytes
-rwxr-xr-xshare/frontend/imgrid/dist_embedded/index.html16
2 files changed, 16 insertions, 0 deletions
diff --git a/share/frontend/imgrid/dist_embedded/3DMapAllWin.jar b/share/frontend/imgrid/dist_embedded/3DMapAllWin.jar
new file mode 100755
index 0000000..7ee9c3d
--- /dev/null
+++ b/share/frontend/imgrid/dist_embedded/3DMapAllWin.jar
Binary files differ
diff --git a/share/frontend/imgrid/dist_embedded/index.html b/share/frontend/imgrid/dist_embedded/index.html
new file mode 100755
index 0000000..828945e
--- /dev/null
+++ b/share/frontend/imgrid/dist_embedded/index.html
@@ -0,0 +1,16 @@
+<html>
+ <body bgcolor="#E6E6FA">
+ <applet code="com.scannerjammer.applet.heightmap.applet.Embedded3DLandscapeApplet.class"
+ archive="3DMapAllWin.jar"
+ name="3D Landscape"
+ width="800"
+ height="600">
+ <param name="bgColorRedChannel" value="255">
+ <param name="texture" value="http://www.chadvernon.com/blog/wp-content/uploads/2007/07/texture.jpg">
+ <param name="bgColorBlueChannel" value="255">
+ <param name="bgColorGreenChannel" value="255">
+ <param name="heightmap" value="http://www.chadvernon.com/blog/wp-content/uploads/2007/07/heightmap.jpg">
+ <param name="uploadCGI" value="http://localhost/cgi-bin/upload.cgi">
+ </applet>
+ </body>
+</html>