Compare commits

..

No commits in common. "68870b89f696e78b97c639ff74dfeaf19e4f1ad1" and "fb7b9c2c9c5d4be184def4c3eb439bbf509c9dba" have entirely different histories.

6 changed files with 10 additions and 12 deletions

Binary file not shown.

Binary file not shown.

View file

@ -64,7 +64,7 @@
camera = new THREE.PerspectiveCamera( 70, window.innerWidth / window.innerHeight, 0.1, 2000 );
renderer = new THREE.WebGLRenderer( { antialias: true, stencil:true } );
renderer = new THREE.WebGLRenderer( { antialias: true } );
renderer.autoClear = false;
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );

File diff suppressed because one or more lines are too long

2
make
View file

@ -65,7 +65,7 @@ server(){
cd /tmp
test -f redbean.com || wget https://redbean.dev/redbean-2.2.com -O redbean.com && chmod 755 redbean.com
test -f cert.pem || openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
./redbean.com -c 0 -C cert.pem -K key.pem "$@" -D $dir
./redbean.com -c 0 -C cert.pem -K key.pem -D $dir
}
build(){

View file

@ -13,9 +13,7 @@
];
shellHooks = ''
export NIX_SHELL_XRSH=1
echo -e "\n run: './make build' to build all (haxe parser + js)\n"
echo -e "\n run: './make build javascript' to build js\n"
bash
'';
}