-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
32 lines (32 loc) · 1.76 KB
/
index.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
<html>
<head>
<title>Small Full</title>
<meta charset="utf-8">
</head>
<body>
<!--
<FireBoxRoom>
<Assets>
<AssetObject id="podium" src="podium.obj" />
<AssetObject id="smallfull" src="smallfull.obj.gz" mtl="smallfull.mtl" />
<AssetImage id="black" src="black.png" />
<AssetVideo id="presentation" src="pres.mp4" auto_play="true" loop="true" />
<AssetVideo id="speaker" src="face.webm" auto_play="true" loop="true" />
</Assets>
<Room use_local_asset="room_plane" visible="false" skybox_back_id="black" skybox_bottom_id="black" skybox_front_id="black" skybox_left_id="black" skybox_right_id="black" skybox_top_id="black" shadows="true" pbr="true" ambient="0.2 0.2 0.2" >
<Object id="plane" js_id="jin-2-1547350212" pos="-6.5 1.6 2.7" xdir="0.309016 0 -0.951057" zdir="0.951057 0 0.309016" collision_id="plane" billboard="y" blend_dest="one_minus_constant_color" blend_src="src_alpha" video_id="speaker" lighting="false" />
<Object id="podium" js_id="jin-1-1547350190" pos="-6.479958 0 2.682734" xdir="-0.25882 0 0.965926" zdir="-0.965926 0 -0.25882" collision_id="cube" />
<Object id="plane" js_id="jin-4-1547350233" pos="-8.2 2.8 5.4" xdir="0 0 -1" zdir="1 0 0" scale="5.3 3.3 1" collision_id="plane" cull_face="none" video_id="presentation" lighting="false" />
<Object id="smallfull" js_id="user-15-1535586876" pos="-46.700001 0 -20.6" xdir="1 0 0.000002" zdir="-0.000002 0 1" collision_id="cube" collision_scale="26 3 23" />
<Light col="white" js_id="OmniLight" light_cone_angle="0" light_cone_exponent="10" light_intensity="10" light_range="15" light_shadow="true" pos="-7 3 5"/>
</Room>
</FireBoxRoom>
-->
<script src="https://web.janusxr.org/1.5.42/janusweb.js"></script>
<script>
elation.janusweb.init({
url: document.location.href,
shownavigation: false,});
</script>
</body>
</html>