work in progress [might break]
This commit is contained in:
parent
a4f6101c23
commit
9c5e1dfef6
2 changed files with 14 additions and 6 deletions
2
make
2
make
|
|
@ -33,7 +33,7 @@ dev(){
|
|||
test -f cert.pem || openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
|
||||
cd -
|
||||
cd "$dir"
|
||||
/tmp/redbean.com -c 0 -C /tmp/cert.pem -K /tmp/key.pem -D src "$@"
|
||||
/tmp/redbean.com -c 0 -C /tmp/cert.pem -K /tmp/key.pem -D . "$@"
|
||||
}
|
||||
|
||||
test -z $1 && install
|
||||
|
|
|
|||
|
|
@ -23,13 +23,12 @@
|
|||
renderer="colorManagement: true; highRefreshRate:true"
|
||||
xr-mode-ui="XRMode: xr"
|
||||
raycaster="objects: [html]; interval:100;">
|
||||
|
||||
<a-entity app="uri: app/launcher.js;" ></a-entity>
|
||||
<a-entity app="uri: app/vconsole.js" ></a-entity>
|
||||
<a-entity app="uri: app/xrfragments.js"></a-entity>
|
||||
<a-entity _app="uri: app/vconsole.js" ></a-entity>
|
||||
<a-entity _app="uri: app/xrfragments.js"></a-entity>
|
||||
<a-entity app="uri: app/aframe-inspector.js; order:-50"></a-entity>
|
||||
<a-entity app="uri: app/spatialize.js; order:-100" ></a-entity>
|
||||
<a-entity app="uri: app/isoterminal.js" position="0 1.25 -2.1"></a-entity>
|
||||
<a-entity app="uri: app/isoterminal.js" position="0 1.25 -2.1"></a-entity>
|
||||
<a-entity app="uri: app/manual.js;" position="1 1.25 -2.2"></a-entity>
|
||||
<a-entity app="uri: app/example/helloworld.js; foo: Hello World" ></a-entity>
|
||||
<a-entity app="uri: app/example/helloworld-html.js; foo: Hello World" position="0 2 -1.9"></a-entity>
|
||||
|
|
@ -39,8 +38,17 @@
|
|||
<a-entity app="uri: app/example/helloworld-iframe.js; foo: Hello World" position="1 1.25 -1.7"></a-entity>
|
||||
<a-entity app="uri: app/paste.js; foo: Hello World" position="1 1.25 -1.7"></a-entity>
|
||||
|
||||
<a-entity app="uri: app/save.js; foo: Hello World" position="1 1.25 -1.7"></a-entity>
|
||||
<a-entity app="uri: app/load.js; foo: Hello World" position="1 1.25 -1.7"></a-entity>
|
||||
|
||||
<a-box position="-1 0.5 -3" rotation="0 45 0" color="#4CC3D9"></a-box>
|
||||
<a-sphere position="0 1.25 -5" radius="1.25" color="#EF2D5E"></a-sphere>
|
||||
<a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder>
|
||||
<a-plane position="0 0 -4" rotation="-90 0 0" width="4" height="4" color="#7BC8A4"></a-plane>
|
||||
<a-sky color="#ECECEC"></a-sky>
|
||||
|
||||
<a-entity id="player" wasd-controls look-controls com="uri: com/control/patch-look-controls.js">
|
||||
<a-entity camera="fov:90" position="0 1.6 0" id="camera" com="uri: com/control/gaze-touch-to-click.js"></a-entity>
|
||||
<a-entity camera="fov:90" position="0 1.6 0 " id="camera" com="uri: com/control/gaze-touch-to-click.js"></a-entity>
|
||||
<a-entity id="left-hand" hand-tracking-controls="hand:left; modelColor: #cccccc" hand-tracking-grab-controls="hand: left;" laser-controls="hand: left" raycaster="objects:.ray,[html]" blink-controls="cameraRig:#player; teleportOrigin: #camera; collisionEntities: #floor">
|
||||
<a-entity rotation="-35 0 0" position="0 0.1 0" id="navigator">
|
||||
<a-entity id="back" xrf-button="label: <; width:0.05; action: history.back()" position="-0.025 0 0" class="ray"></a-entity>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue