Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
JanusVR+JanusWeb - Virtuelle Welt im Browser [15.02.18]
#12
Hallo zusammen ;D

Also der Entwickler von Janusweb hat mir auf github folgendenes geschrieben ..


Zitat:Ahh, now you're hitting some fun bugs Smile
Two problems, one is my fault - I forgot one line above, you'll also need to add this additional line after the first script tag:
Code:
<script>elation.janusweb.init()</script>
The second problem is that JanusVR's
Code:
FireBoxRoom
markup is XML, but since it's embedded inside of an HTML page the browser is doing some manipulation to try to turn it into "valid" HTML before JanusWeb can read it. However, after the browser does that, the markup is no longer valid XML, so it can't be parsed.
The solution is to enclose your
Code:
<FireBoxRoom>
markup in an HTML comment, like this:
Code:
<!--
<FireBoxRoom>
  ...
</FireBoxRoom>
-->
The JanusVR team is working on a v2.0 of their markup which will integrate better with HTML, but until they do this is an easy work-around.

Ich hab den Quellcode entsprechend korregiert und bekommen nun auch Objekte zu sehen. Das ist was ich erstmal auch wollte, alles andere wird sich finden ;D

http://bogus.as4u.de/janusweb/index.html#

Hier mal den Quellcode von der Seite im ganzen ;D

Code:
<html>
  <head>
    <title>TEST JanusVR</title>
      
  </head>

<body>

<!--
<FireBoxRoom>
<Assets>
<AssetObject id="table" src="http://beta.vrsites.com/demorooms/1/table/table.obj" mtl="http://beta.vrsites.com/demorooms/1/table/table.mtl" />
<AssetObject id="table2" src="http://beta.vrsites.com/demorooms/1/table2/table.obj" mtl="http://beta.vrsites.com/demorooms/1/table2/table.mtl" />
<AssetObject id="room" src="http://beta.vrsites.com/demorooms/1/room.obj.gz" mtl="http://beta.vrsites.com/demorooms/1/room.mtl" />
<AssetObject id="windowshade" src="http://beta.vrsites.com/demorooms/1/windowshade/window.obj" mtl="http://beta.vrsites.com/demorooms/1/windowshade/window.mtl" />
<AssetObject id="tv" src="http://beta.vrsites.com/demorooms/1/tv.obj" />
<AssetObject id="plant" src="http://beta.vrsites.com/demorooms/1/plant.obj.gz" mtl="http://beta.vrsites.com/demorooms/1/plant.mtl" />
<AssetImage id="picture2" src="http://beta.vrsites.com/demorooms/1/picture2.jpg" />
<AssetImage id="picture1" src="http://beta.vrsites.com/demorooms/1/picture1.jpg" />
<AssetImage id="picture3" src="http://beta.vrsites.com/demorooms/1/picture3.jpg" />
<AssetWebSurface id="bigscreen" src="//beta.vrsites.com/" width="1024" height="800" />
</Assets>
<Room use_local_asset="room_plane" visible="false" pos="-7.7 0.6 -10.2" xdir="1 0 0.000001" ydir="0 1 0" zdir="-0.000001 0 1">
<Object id="room" js_id="0" pos="-2.8 -0.1 0" xdir="0 0 1" ydir="0 -1 0" zdir="1 0 0" scale="0.6 0.5 0.6" lighting="false" cull_face="none" collision_id="room" />
<Object id="tv" js_id="1" pos="2.16 1.15 -9.7" xdir="0 -1 -0.000001" ydir="0.000001 0.000001 -1" zdir="1 0 0.000001" scale="0.39 1.1 1" websurface_id="bigscreen" />
<Object id="table" js_id="2" pos="-2 -0.2 -4.8" xdir="0 -0.000002 1" ydir="0.000001 -1 -0.000002" zdir="1 0.000001 0" scale="0.4 0.7 0.4" />
<Object id="table2" js_id="3" pos="-2.5 0 1" xdir="0 -0.000002 1" ydir="0.000001 -1 -0.000002" zdir="1 0.000001 0" scale="0.3 0.4 0.3" />
<Object id="plant" js_id="4" pos="-1.9 1.34 4.7" xdir="0 0 -1" ydir="0.000001 1 0" zdir="1 -0.000001 0" scale="2 4.2 2" cull_face="none" />
<Object id="windowshade" js_id="5" pos="-2.82 -0.07 0.08" xdir="0 -0.000002 1" ydir="0.000001 -1 -0.000002" zdir="1 0.000001 0" scale="0.6 0.5 0.62" cull_face="none" />
<Image id="picture1" js_id="6" pos="3.52 4.4 -7.58" xdir="0.000001 0 -1" zdir="1 0 0.000001" scale="1.16 1.14 0.86" lighting="false" />
<Image id="picture2" js_id="7" pos="3.5 4.39 1.8" xdir="0.000001 0 -1" zdir="1 0 0.000001" scale="1.15 1.14 0.71" lighting="false" />
<Image id="picture3" js_id="8" pos="3.51 4.39 -3.13" xdir="0.000001 0 -1" ydir="-0 1 0" zdir="1 -0 0.000001" scale="1.15 1.14 0.8" lighting="false" />
</Room>
</FireBoxRoom>
-->

<script src="https://janusweb.metacade.com/janusweb.js"></script>
<script>elation.janusweb.init()</script>

</body>
<html>

Die Seite könnte ihr mit einem einfachen Texteditor erstellen.

Da das ganze sehr neu für mich ist, muss ich erst selbst ein wenig da durch finden ;D

Damit die Seite local bei euch läuft, muss ein Webserver installiert sein, entweder Xampp bzw. eigenntlich nur Apache oder halt Nginx. LinuxUser haben es da ein wenig einfacher *gg

sudo apt-get install nginx ;D

Kleiner Nachtrag: Als ich die 3D Seite getestet hab, kam noch ein User rein und der entpuppte sich als der Entwickler von Janusweb ;D Hab ein wenig gequatscht und so, hat noch erzählt das die Entwickler von JanusVR an einer 0.2 Version arbeiten. Und da soll wohl einiges auch wegen Quellcode gerichtet werden, also kompatibiltätsmässig und so ;D
Also es gibt doch noch Entwickler die sich um die User kümmern und nicht so links liegen lassen ..
Signatur
Have a nice Day ;D

>> BogusMusikRausch jeweils Donnerstag um 20 Uhr in Uwes KeulenBar

Tschöö

Bogus | PinguinsReisen.de | M: @gse@norden.social
Zitieren


Nachrichten in diesem Thema
RE: JanusVR - Virtuelle Welt im Browser - von Bogus Curry - 03.08.2016, 04:06

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Brave Browser Pharcide 7 10.656 27.05.2019, 09:29
Letzter Beitrag: Bogus Curry
  Tor-Browser 6.0 setzt auf Firefox 45 ESR Bogus Curry 0 3.847 31.05.2016, 12:03
Letzter Beitrag: Bogus Curry

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 5 Gast/Gäste