This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M59+)" data-expires="2017-07-28" content="ArFv1ZeTwzkhjNE00uAE+XtiQB41fwqG/TqlFMLrepd9sforQSvQE/tgfIbUMYNuNre4QR1k4/z8xp2mV3dbhwwAAABeeyJvcmlnaW4iOiJodHRwczovL2FmcmFtZS5pbzo0NDMiLCJmZWF0dXJlIjoiV2ViVlIxLjEiLCJleHBpcnkiOjE1MDEyMTcwMDIsImlzU3ViZG9tYWluIjp0cnVlfQ=="> | |
<meta charset="utf-8"> | |
<title>A-Frame Logo</title> | |
<meta name="description" content="A-Frame Logo - A-Frame"> | |
</head> | |
<body bounds="center: 0 0.3 0; size: 1 0.7 1;"> | |
<a-scene vr-mode-ui="enabled: false;" background="color: #24CAFF;" renderer="colorManagement: true;" scale="0.02 0.02 0.02"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8'> | |
<title>Orthoverse Test</title> | |
<meta name='description' content='Orthoverse Test'> | |
<script type='text/lua'> | |
i = 0; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g 0 | |
v -36.35294421686548 -0.00015445361258592527 -25.457359858590635 | |
v -36.35388927645618 165.99984554193452 -25.45802461266058 | |
v -37.72376752496134 -0.00016229475851048392 -25.42961597576565 | |
v -37.72474822165045 165.99983770143172 -25.430280005288054 | |
v -39.09459029682327 -0.00016995010629372587 -25.281710097617143 | |
v -39.09560663014079 165.99983004506498 -25.28237026466092 | |
v -40.465413007959405 -0.00017789135532453315 -25.130697331304034 | |
v -40.46646497869855 165.99982210371024 -25.131353555140038 | |
v -41.82618421382542 -0.00018564262817299948 -24.871838366925136 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<homl> | |
<head> | |
<title>Weather</title> | |
</head> | |
<body> | |
<a-scene wx=0.2 wy=0.001 wz=0.2> | |
<a-cylinder height=0.02 r=0.02 x=0 y=0.18 z=0 color=red /> | |
<a-sphere r=0.1 x=0 y=0.05 z=0 color=white /> | |
<a-sphere r=0.08 x=0 y=0.14 z=0 color=white /> | |
</a-scene> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<homl> | |
<head> | |
<title>3D Graph</title> | |
</head> | |
<body> | |
<a-scene wx=0.5 wy=0.001 wz=0.2> | |
<a-cylinder height=0.2 r=0.05 x=-0.2 y=0.2 z=0 color=red /> | |
<a-cylinder height=0.12 r=0.05 x=-0.1 y=0.12 z=0 color=red /> | |
<a-cylinder height=0.14 r=0.05 x=0 y=0.14 z=0 color=red /> | |
<a-cylinder height=0.08 r=0.05 x=0.1 y=0.08 z=0 color=red /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<homl> | |
<head> | |
<title>3D Graph</title> | |
</head> | |
<body> | |
<a-scene wx=0.5 wy=0.2 wz=0.2> | |
<a-cylinder height=0.2 r=0.05 x=-0.2 y=0.1 z=0.1 color=red /> | |
<a-cylinder height=0.12 r=0.05 x=-0.1 y=0.1 z=0.1 color=red /> | |
<a-cylinder height=0.14 r=0.05 x=0 y=0.1 z=0.1 color=red /> | |
<a-cylinder height=0.8 r=0.05 x=0.1 y=0.1 z=0.1 color=red /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<homl> | |
<head> | |
<title>TestHoloML</title> | |
</head> | |
<body> | |
<a-scene wx=0.2 wy=0.2 wz=0.2> | |
<a-box size=0.1 x=0 y=0 z=0 color=blue> | |
<a-cylinder height=0.05 r=0.02 x=0.1 y=0.1 z=0.1 color=red /> | |
<a-sphere r=0.05 x=-0.1 y=-0.1 z=-0.1 color=green /> | |
<a-text size=0.1 x=0 y=0 z=0 color=blue>ABCDEF</text> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#define LOOP 100000000 | |
int main(void) | |
{ | |
int i,count = 0; | |
double x,y,r; |
NewerOlder