-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathimported-image-example.html
44 lines (44 loc) · 3.14 KB
/
imported-image-example.html
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Imported Image Example</title>
<script src="https://webspace.run"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="black" />
<style>
body * {
display: none;
}
body {
margin: 0;
overflow: hidden;
background-color: #061139;
}
</style>
<meta name="webspace.keys.owner" content="eyJjcnYiOiJQLTI1NiIsImV4dCI6dHJ1ZSwia2V5X29wcyI6WyJ2ZXJpZnkiXSwia3R5IjoiRUMiLCJ4IjoicHVDZlhHMWdtNktiaE51dzRhd3VuN2ZHQTB0SEktbzhGZVNnTXpHOVFINCIsInkiOiJfUkp0eG5YVWVwemlkdGcwMXpXcjJTOGdRSFFEdVhodnNkdDV1OEdXMFk4IiwiaHViX2lkIjoiQlREUW51MkM0Um5NeUczTiJ9" />
<meta name="webspace.environment.type" content="terrain" />
<meta name="webspace.environment.terrain.colors.ground" content="#7DFFD3" />
<meta name="webspace.environment.terrain.colors.edge" content="#3B8474" />
<meta name="webspace.environment.terrain.colors.leaves" content="#84F554" />
<meta name="webspace.environment.terrain.colors.bark" content="#28281C" />
<meta name="webspace.environment.terrain.colors.rock" content="#DEDEDE" />
<meta name="webspace.environment.terrain.colors.grass" content="#FFFFFF" />
<meta name="webspace.environment.terrain.colors.sky" content="#366B96" />
<meta name="webspace.environment.terrain.colors.water" content="#00FFB3" />
<meta name="webspace.environment.terrain.type" content="hills" />
<meta name="webspace.environment.terrain.seed" content="77" />
<meta name="webspace.environment.spawn_point.transform" content="translate3d(244cm, 125cm, 247cm) rotate3d(-0.970, 0.242, 0.006, 0.052rad)" />
<meta name="webspace.environment.spawn_point.radius" content="0" />
</head>
<body>
<model id="w8zs4vw" type="model/vnd.svox" src="assets/main-707212.svox" style="transform: translate3d(1118cm, 425cm, -336cm) rotate3d(1.000, 0.000, 0.000, 1.571rad); " draggable=""></model><label id="trtckud" contenteditable="" style="color: white; width: min-content; height: min-content; background-color: black; font-family: serif; transform: translate3d(227cm, 417cm, -253cm) rotate3d(-0.033, 0.729, 0.683, 0.594rad); " draggable="">
<h1>This "image" is a gigantic voxel object, created by importing an image in the Smooth Voxel Playground.</h1>
<p><br /></p>
<p>You can "paint" on it in build mode, using the [V]oxel brush and the Attach mode.</p>
</label><label id="3toe2mv" contenteditable="" style="color: rgb(102, 102, 102); width: min-content; height: min-content; background-color: rgb(255, 248, 223); font-family: monospaced; transform: translate3d(12cm, 275cm, 10cm) rotate3d(0.058, 0.922, 0.383, 0.957rad) scale3d(0.45, 0.45, 0.45); ">
<h1>Hover and press O to visit the smooth voxel playground</h1>
</label><a id="4cq5ha9" href="https://svox.glitch.me/playground.html" style="transform: translate3d(85cm, 255cm, -57cm) rotate3d(-0.218, 0.974, 0.059, 0.544rad) scale3d(1.55, 1.55, 1.55); "></a>
</body>
</html>