blob: 608056d047f808714c66fb3e8becd72370aab7f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<html>
<!--
* pepper *
*** and ***
**** JMD ****
* ****** internet CHAMPIONS ****** *
* *************************************** *
** * ______*______ * **
***** * ______*______ * *****
******* ______*______ *******
*** **** * **** ***
****** *oo******* *** *******oo* ******
* *o********* *********o* *
* * * *
* * _ _ * *
* * -_ _- * *
* * -_ _- * *
* * -___- * *
* *
*********************
* ** ** *
* ** ** *
* _-----_ *
*********
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="IMGRID A 3D GRID-PLANE GENERATOR" >
<meta name="keywords" content="photoblaster, 3D" >
<meta name=Author content="Pepper Dreamteamer - 2011 www.facebook.com/AAAFFF">
<link rel="shortcut icon" href="http://asdf.us/imgrid/favicon.ico">
<link rel="image_src" href="http://vfile.com/public/img/1.png" >
<!--FACEBOOK<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">-->
<meta property="og:title" content="imgrid" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://asdf.us/imgrid" />
<meta property="og:site_name" content="IMGRID - A 3D-GRID-PLANE GENERATOR" />
<title>IMGRID - a 3D GRID-PLANE GENERATOR</title>
<link rel="stylesheet" href="general.css" type="text/css" media="screen" />
<link href="colorpixx.css" rel="stylesheet" type="text/css" />
<link href='main2.css' rel='stylesheet' type='text/css' />
<link href='jquery-ui-1.8.16.custom.css' rel='stylesheet' type='text/css' />
<link href='cssreset.css' rel='stylesheet' type='text/css'/>
<style type='text/css'>
body
{
font-family:georgia, Arial;
font-size:10pt;
}
h1
{
font-size:18px;
// font-weight:bold;
width:50%;
margin:10px;
padding:10px;
// box-shadow: 0px 0px 9px 4px #8B7D7B;
}
#flatcontrols
{
// background-color:#CDC5BF;
// box-shadow: 0px 0px 9px 3px #00EEEE;
width:40%;
margin:10px;
padding:10px;
}
.lineadj{display:none;}
.threedadj{display:none;}
.gridbgadj{display:none;}
.imageoptions{display:none;}
.results
{
display:none;
position:relative;
z-index:-100;
}
#output-url
{
z-index:100;
width:500px;
}
.slider
{
background-color:#eee5de;
display:inline-block;
width:50%;
}
#opacity-slider
{
width:100%;
display:inline-block;
margin-right:0;
margin-left:0;
}
input
{
width:70px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
background-color:#555;
}
#result
{
position:fixed;
right:20%;
top:20px;
}
#output-url
{
width:100%;
}
.urlinput
{
width:60%;
}
a
{
background-color:white;
max-width:100px;
}
a:link
{
color: black;
}
a:visited
{
COLOR: black;
}
a:hover
{
COLOR: black;
}
a:active
{
COLOR: black;
}
table td
{
padding:4px;
// border:solid 2px;
}
table tr
{
// border: solid 2px;
}
#threedmore, #imageoptionsmore
{
background-color:white;
cursor:pointer;
font-size:20px;
text-align:center;
}
button {
background: white;
color: #000000;
font-size: 18px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
border-top-color: #78e072;
background: #78e072;
color: #000000;
}
</style>
</head>
<body>
<!--popupcode-->
<!-- <div id="popupContact">
<a id="popupContactClose">x</a>
<applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
width=800
height=600
archive="dist/deployment/v1/jar/applet-launcher.jar,
dist/deployment/v1/jar/gluegen-rt.jar,
dist/deployment/v1/jar/jogl.all.jar,
dist/3dmap.jar">
<param name="codebase_lookup" value="false">
<param name="subapplet.classname" value="com.scannerjammer.applet.heightmap.applet.Simple3DLandscapeApplet">
<param name="subapplet.displayname" value="3D Map">
<param name="noddraw.check" value="true">
<param name="progressbar" value="true">
<param name="jnlpNumExtensions" value="1">
<param name="jnlpExtension1"
value="dist/deployment/v1/jogl-awt.jnlp">
<param name="java_arguments" value="-Dsun.java2d.noddraw=true">
<param name="jnlp_href" value="dist/3dmap.jnlp">
</applet>
</div>
<div id="backgroundPopup"></div>
endpopup code-->
<img src='http://asdf.us/im/8d/imgrid_1324285217_imgrid_1324210455_imgrid_1324210353_gradient_darkseagreencyan_1317343959___.png' style='position:fixed; top:-200px; z-index:-100;'></img>
<div style='font-size:30px; margin-top:20px;margin-left:20px;'>IMGRID</div>
<div style="font-size:12px;margin-left:20px;margin-bottom:20px;">3D-GRID-PLANE GENERATOR</div>
<!--<h2 id="use">USE:</h2>
<div id="controls">
<h2>I. THE FLAT PLANE
<span id="swingleft" >II. THE 3D PLANE (forthcoming)
<br> CLICK TO OPEN JAVA APPLET</span></h2>-->
<div id="flatcontrols">
<table><tr><td style="background-color:white">3D OPTIONS</td></tr></table>
<br>
<table style="width:100%">
<tr><td>SWING <input id='swing' type='text' value='0'></input></td></tr>
<tr id="swingslider" class="slider"></tr>
<tr><td>TILT <input id='tilt' type='text' value='0'></input></td></tr>
<tr id="tiltslider" class="slider"></tr>
<tr><td>ROLL <input id='roll' type='text' value='0'></input></td></tr>
<tr id="rollslider" class="slider"></tr>
<tr><td>ZOOM <input id='zoom' type='text' value='0'></input></td></tr>
<tr id="zoomslider" class="slider" value='0'></tr></table><table>
</table>
<br>
<br>
<table>
<tr style="background-color:white"><td>GRAPHIC OPTIONS</td>
<td> <div id='threedmore'>+</div></td></tr>
</table>
<table>
<tr class='threedadj'><td>GRID THICKNESS:</td>
<td><input id='line-thickness' type='text' value='1'></td><td><span style="font-size:12px">PX  </span></input></td></tr>
<tr class='threedadj'><td>GRID COLOR:</td>
<td><input id='line-color' type='text' value='BLACK'></input></td>
<td><a href="http://asdf.us/im/colors.html" target="_blank">COLOR LIST</a></td>
</tr>
<tr class='threedadj'>
<td>GRID OPACITY: </td>
<td><input id='line-opacity' type='text' value='1'></input></td>
<td class="slider" style="margin:0;padding:0;"id="opacity-slider"></td>
</tr>
<tr class='threedadj'>
<td>GRID SPACING: </td>
<td><input id='line-spacing' type='text' value='0'></input></td>
<td class="slider" style="margin:0;padding:0;" id="spacing-slider"></td></tr>
<tr class='threedadj'><td>USE ONLY VERTICAL LINES</td><td><input type="checkbox" id="v-lines" value="false"></input></td></tr>
<tr class='threedadj'><td>USE ONLY HORIZONTAL LINES</td><td><input type="checkbox" id="h-lines" value="false" ></input></td></tr>
</table>
<table>
<tr class='threedadj'><td>USE IMAGE INSTEAD OF GRID</td>
<td><input type="text" class="urlinput" type="text" id="imageinstead" value="">IMG URL eg:http://ww...</input></td>
</tr></table>
<table class='threedadj'><td>GRID BACKGROUND COLOR <input type="text" id="bg-color" value="none"></td><td><a href="http://asdf.us/im/colors.html" target="_blank">COLOR LIST</a></input></td>
</table>
<table>
<tr class='threedadj'><td>OR GRID BACKGROUND IMAGE</td>
<td><input class="urlinput" type="text" id="bg-image" value="">IMG URL eg:http://ww...</input></td></tr>
</table>
<table>
<tr class='threedadj'><td>GRID-TRANSITION</td>
<td><select id="transition">
<option selected="selected" value='background'>none</option>
<option value="dither">dithered</option>
<option value="tile">infinite</option>
</select></td></tr>
</table>
<table>
<tr class='threedadj'><td>DROP SHADOW</td><td><input type='checkbox' id='shadow' value='false'</input></td></tr>
</table>
<br>
<table>
<tr style="background-color:white"><td>IMAGE OPTIONS</td>
<td><div id="imageoptionsmore">+</div></td>
</tr>
</table>
<table class='imageoptions'><td>BACKGROUND COLOR</td><td><input type="text" value="transparent" id="planebgcolor"></input></td>
<td><a href="http://asdf.us/im/colors.html" target="_blank">COLOR LIST</a></td> </table>
<table>
<tr class='imageoptions'><td>OR BACKGROUND IMAGE</td><td><input class='urlinput' type="text" value="" id="planebgimage">IMG URL eg:http://ww...</input></td></tr>
</table>
<table><tr class='imageoptions'><td>SKYCOLOR</td><td><input type="text" value="none" id="skycolor">for the area above the horizon-line</input></td>
<td><a href="http://asdf.us/im/colors.html" target="_blank">COLOR LIST</a></td>
</tr>
<tr class="imageoptions"><td>HEIGHT</td>
<td> <input id='img-height' type='text' value='500'><span style="font-size:12px">PX</span></input></td></td>
<tr class="imageoptions"><td>WIDTH</td>
<td><input id='img-width' type='text' value='700'><span style="font-size:12px">PX</span></input></td></td></table>
<table>
<tr class="imageoptions"><td>CROP WHITESPACE</td><td><input type="checkbox" id="trim" value="false"></input></td></tr>
<tr class="imageoptions"><td>IMAGE FORMAT</td><td>
<select id='format'>
<option selected='selected' value='png'>PNG</option>
<option value='gif'>GIF</option>
<option value='jpg'>JPG</option>
</select></td></tr></table>
<br>
<table>
<tr><td>USERNAME</td><td><input type=text value="" id='username'></input></td></tr>
</table>
<br>
<table>
<button id="generate">GENERATE</button>
<!--<input type="reset" value="Reset Form">-->
</div>
</div>
<div id='result'>
<span id="output-cmd" class='results'>click generate or hit enter to get your 2D plane</span>
<span id="output-img" class='results'></span>
<input id="output-url" class='results'></input>
<div id="output-info" class='results'></div>
</div>
<div id="likebutton">
<br>
<!--<div id="fb-root" style="position:fixed; bottom:10px; right:10px;background-color: transparent;"></div><script src="http://connect.facebook.net/en_US/all.js#appId=236917449658413&xfbml=1"></script><fb:like href="http://asdf.us/im/" send="false" width="347" show_faces="false" colorscheme="light" font="" style="background-color: transparent;"></fb:like>
-->
<h5 style="position:fixed; bottom:10px; left:10px;">COPYRIGHT 2011 PEPPER DREAMTEAMER</h5>
<div id="intro" style="background-color:white">
<!--<div id="bg">
<div><table cellspacing=0 cellpadding=0><tr><td>
<img src="background.gif" />
</td></tr></table></div>
</div>-->
<div id="athena"><img src="athenafinal.gif"></img></div>
</div>
<script type="text/javascript" src="jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="sliders.js"></script>
<script type="text/javascript">$('#intro').remove();</script>
<!--<script type="text/javascript" src="intro.js">-->
<script type="text/javascript" src="main.js"></script>
<!--<script src="popup.js" type="text/javascript"></script>-->
<!--<script type="text/javascript" src="picker.js"></script>-->
<script type='text/javascript'>
threedmoreclicked = 'false';
$('#threedmore').click(function(){
$('.threedadj').toggle('300')
if(threedmoreclicked === 'false'){
$('#threedmore').html('-')
threedmoreclicked = 'true'
}
else{
$('#threedmore').html('+')
threedmoreclicked = 'false'
}
})
imageoptionsmoreclicked = 'false';
$('#imageoptionsmore').html('+');
$('#imageoptionsmore').click(function(){
$('.imageoptions').toggle('300')
if(imageoptionsmoreclicked === 'false'){
$('#imageoptionsmore').html('-')
imageoptionsmoreclicked = 'true'
}
else{
$('#imageoptionsmore').html('+')
imageoptionsmoreclicked = 'false'
}
});
$('#bg-color').click(function(){
nonecheck = $('#bg-color').val()
if(nonecheck === 'none')
{
$('#bg-color').val('')
}
});
</script>
</body>
</html>
|