diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-08-07 18:33:30 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-08-07 18:33:30 -0700 |
| commit | 236fd1d9f2009083fbbfce7190c27fbf1d7c88b8 (patch) | |
| tree | 6077ff15b4b770b4b292aaa14d9cbfff1ba82fae /frontend/imgrid/dist_embedded | |
| parent | c89619f1b1f908d0f330c468866cea669ce8bf6c (diff) | |
getting ready
Diffstat (limited to 'frontend/imgrid/dist_embedded')
| -rwxr-xr-x | frontend/imgrid/dist_embedded/3DMapAllWin.jar | bin | 0 -> 5018834 bytes | |||
| -rwxr-xr-x | frontend/imgrid/dist_embedded/index.html | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/frontend/imgrid/dist_embedded/3DMapAllWin.jar b/frontend/imgrid/dist_embedded/3DMapAllWin.jar Binary files differnew file mode 100755 index 0000000..7ee9c3d --- /dev/null +++ b/frontend/imgrid/dist_embedded/3DMapAllWin.jar diff --git a/frontend/imgrid/dist_embedded/index.html b/frontend/imgrid/dist_embedded/index.html new file mode 100755 index 0000000..828945e --- /dev/null +++ b/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> |
