I hereby claim:
- I am sirkitree on github.
- I am sirkitree (https://keybase.io/sirkitree) on keybase.
- I have a public key ASCoPSaiJoosp3CBBavUVtR3hDGYjcUqUGcwlQFEgHfdtgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
vagrant up | |
Bringing machine 'ibm' up with 'virtualbox' provider... | |
==> ibm: Checking if box 'geerlingguy/ubuntu1404' is up to date... | |
==> ibm: Clearing any previously set forwarded ports... | |
==> ibm: Clearing any previously set network interfaces... | |
==> ibm: Preparing network interfaces based on configuration... | |
ibm: Adapter 1: nat | |
ibm: Adapter 2: hostonly | |
==> ibm: Forwarding ports... | |
ibm: 22 (guest) => 2222 (host) (adapter 1) |
-----------------------------------------------
Installing Contenta CMS for local usage
-----------------------------------------------
EXECUTING /tmp/test_contenta_jsonapi/bin/drush si contenta_jsonapi --db-url=sqlite://sites/default/files/.ht.sqlite --account-pass=test -y
You ar
npm run serve-js | |
> [email protected] serve-js /Users/sirkitree/repos/aframe-react-boilerplate | |
> webpack-dev-server --content-base src --progress --watch --history-api-fallback --inline --hot --host 0.0.0.0 | |
70% 1/1 build moduleshttp://0.0.0.0:8080/ | |
webpack result is served from / | |
content is served from /Users/sirkitree/repos/aframe-react-boilerplate/src | |
404s will fallback to /index.html | |
Hash: c4f3d393b72c71d0eef0 |
You can run this command with npm watch
and it will run both the watchify
command and the gulp watch
command in two separate background processes but both process's output will still show up in the foreground.
Since they're run through npm, you can hit ctrl+c to cancel the main process which in turn cancels the two
background processes.
var points = []; | |
var x = y = z = this.constraint; | |
var constraintDecrement = this.constraint * -1; | |
for (var x = this.constraint; x >= constraintDecrement; x--) { | |
points.push({ | |
'pos': {'x' : x, 'y' : y, 'z' : z} | |
}); | |
for (var y = this.constraint; y > constraintDecrement; y--) { | |
points.push({ |
<html> | |
<head> | |
<title>Janus VR - Initial Home</title> | |
<body> | |
<FireBoxRoom> | |
<Assets> | |
<AssetImage src="http://www.dgp.toronto.edu/~mccrae/projects/firebox/img/instructions.jpg" id="instr1" /> |
<html> | |
<head> | |
<title>Lullabot loves you!</title> | |
</head> | |
<body> | |
This is an example of using the AssetWebSurface tag in Janus VR to insert a website as a texture on an object. | |
<FireBoxRoom> | |
<Assets> | |
<AssetObject id="plane" src="plane.obj" /> | |
<AssetWebSurface id="lullabot" src="https://www.lullabot.com" width="1920" height="1080" /> |