janusweb
Version:
Web client for JanusVR worlds
11 lines (10 loc) • 430 B
HTML
<fireboxroom>
<room shadows="true" use_local_asset="room_plane">
<object id="cube" pos="0 .5 -5" col="1 0 0" />
<object id="sphere" pos="1.5 1 -5" col="0 1 0" />
<object id="cone" pos="-1.5 0 -5" col="0 0 1" />
<light light_intensity="10" light_range="20" light_shadow="true" pos="5 6 7" col="1 .5 0" />
</room>
</fireboxroom>
<script src="../../janusweb.js"></script>
<script>elation.janusweb.init()</script>