Skip to content

Instantly share code, notes, and snippets.

@bwhite
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save bwhite/9302540 to your computer and use it in GitHub Desktop.
Save bwhite/9302540 to your computer and use it in GitHub Desktop.
[wearscript] Warp view
<html style="width:100%; height:100%; overflow:hidden">
<body style="width:100%; height:100%; overflow:hidden; margin:0">
<script>
function main() {
if (WS.scriptVersion(1)) return;
WS.displayWarpView([3.0439236881258753, -0.09811170052611454, -1351.6367347302782, 0.03321587552236447, 3.053154626691264, -40.341560801335376, -0.00010172584427831437, -5.8759263127489935e-05, 1.0]);
WS.cameraOn(.1, 360, 640);
}
window.onload = main;
</script>
</body>
</html>
{
"name": "Warp"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment