-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 008f1c7
Showing
415 changed files
with
10,596 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<IfModule mod_headers.c> | ||
# Caching | ||
|
||
# 1 week for images, videos | ||
<FilesMatch "\.(ico|jpg|jpeg|gif|png|pdf|mp3|mp4)$"> | ||
Header set Cache-Control "public, max-age=604800, no-transform" | ||
</FilesMatch> | ||
|
||
<FilesMatch "\.(html|htm|xml|txt|xsl)$"> | ||
Header set Cache-Control "public, max-age=120, must-revalidate" | ||
</FilesMatch> | ||
|
||
</IfModule> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+243 KB
...ll: custom vr button that appears only on headsets and not on mobile phones.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+240 KB
.preview/robyer1: ar move scale rotate controls for needle on mobile.png
Oops, something went wrong.
Binary file added
BIN
+248 KB
.preview/robyer1: microphone access in a browser window and streamed playback.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+238 KB
.preview/web3kev: vertical move in vr using the right joystick quest.png
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<meta name="generator" content="VuePress 2.0.0-beta.60"> | ||
<style> | ||
:root { | ||
--c-bg: #fff; | ||
} | ||
html.dark { | ||
--c-bg: #22272e; | ||
} | ||
html, body { | ||
background-color: var(--c-bg); | ||
} | ||
</style> | ||
<script> | ||
const userMode = localStorage.getItem('vuepress-color-scheme'); | ||
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; | ||
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) { | ||
document.documentElement.classList.toggle('dark', true); | ||
} | ||
</script> | ||
<meta name="og:image" content="https://engine.needle.tools/docs/.preview/404.png"><meta name="og:description" content="Needle Engine is a web-based runtime for 3D apps. It runs on your machine for development, and can be deployed anywhere. It is flexible, extensible, and collaboration and XR come naturally. Needle Exporter for Unity bridges the Unity Editor and the web runtime. It helps you to export your assets, animations, lightmaps and so on to the web. It is built around the glTF standard for 3D assets."><link rel="icon" href="icons/favicon.ico"><link rel="manifest" href="manifest.webmanifest"><meta name="theme-color" content="#3eaf7c"><meta property="og:title" content="Documentation"><meta property="og:type" content="website"><meta property="og:url" content="https://engine.needle.tools/docs"><meta property="twitter:card" content="summary_large_image"><script src="https://unpkg.com/@stackblitz/sdk/bundles/sdk.umd.js"></script><script src="https://analytics.needle.tools/js/script.tagged-events.outbound-links.js" defer="" data-domain="docs.needle.tools"></script><title>Documentation</title><meta name="description" content="Needle Engine is a web-based runtime for 3D apps. It runs on your machine for development, and can be deployed anywhere. It is flexible, extensible, and collaboration and XR come naturally. Needle Exporter for Unity bridges the Unity Editor and the web runtime. It helps you to export your assets, animations, lightmaps and so on to the web. It is built around the glTF standard for 3D assets."> | ||
<link rel="preload" href="/docs/assets/style-2ab1a774.css" as="style"><link rel="stylesheet" href="/docs/assets/style-2ab1a774.css"> | ||
<link rel="modulepreload" href="/docs/assets/app-363035f5.js"><link rel="modulepreload" href="/docs/assets/framework-f6820c83.js"><link rel="modulepreload" href="/docs/assets/404.html-dca3a92c.js"><link rel="modulepreload" href="/docs/assets/404.html-959b6c1d.js"><link rel="prefetch" href="/docs/assets/SUMMARY.html-293245e7.js" as="script"><link rel="prefetch" href="/docs/assets/backlog-mermaid.html-43151d51.js" as="script"><link rel="prefetch" href="/docs/assets/backlog.html-5f538ac1.js" as="script"><link rel="prefetch" href="/docs/assets/meta-test.html-32ee71cc.js" as="script"><link rel="prefetch" href="/docs/assets/component-compiler.html-a9955c85.js" as="script"><link rel="prefetch" href="/docs/assets/component-reference.html-47d337de.js" as="script"><link rel="prefetch" href="/docs/assets/debugging.html-0370ea20.js" as="script"><link rel="prefetch" href="/docs/assets/deployment.html-a77d8c0c.js" as="script"><link rel="prefetch" href="/docs/assets/everywhere-actions.html-440cc1d9.js" as="script"><link rel="prefetch" href="/docs/assets/examples.html-b9380b47.js" as="script"><link rel="prefetch" href="/docs/assets/export.html-4f710d49.js" as="script"><link rel="prefetch" href="/docs/assets/faq.html-e7435103.js" as="script"><link rel="prefetch" href="/docs/assets/features-overview.html-04daa736.js" as="script"><link rel="prefetch" href="/docs/assets/for-unity-developers.html-916accf3.js" as="script"><link rel="prefetch" href="/docs/assets/getting-started.html-3c0ed39c.js" as="script"><link rel="prefetch" href="/docs/assets/html.html-c6d742ba.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-7de73919.js" as="script"><link rel="prefetch" href="/docs/assets/modules.html-ffce8241.js" as="script"><link rel="prefetch" href="/docs/assets/networking.html-91b3a83a.js" as="script"><link rel="prefetch" href="/docs/assets/project-structure.html-a65539aa.js" as="script"><link rel="prefetch" href="/docs/assets/samples-and-modules.html-a3fd2522.js" as="script"><link rel="prefetch" href="/docs/assets/scripting-examples.html-1310b8ce.js" as="script"><link rel="prefetch" href="/docs/assets/scripting.html-2ce40752.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-bike.html-baf689ea.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-castle.html-86fe547b.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-mercedes-benz.html-555f99b8.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-monsterhands.html-bac5de01.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-towerdefence.html-c76eabe0.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-website.html-fad31bcf.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-zenrepublic.html-7fc38408.js" as="script"><link rel="prefetch" href="/docs/assets/technical-overview.html-f395cd1d.js" as="script"><link rel="prefetch" href="/docs/assets/testimonials.html-e5440bb3.js" as="script"><link rel="prefetch" href="/docs/assets/testing.html-4f37a182.js" as="script"><link rel="prefetch" href="/docs/assets/vanilla-js.html-7228f453.js" as="script"><link rel="prefetch" href="/docs/assets/vision.html-9d98bfd6.js" as="script"><link rel="prefetch" href="/docs/assets/xr.html-c7834cdb.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-ee5a34cc.js" as="script"><link rel="prefetch" href="/docs/assets/for-unity-developers.html-d7f50ac7.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-fd183cb5.js" as="script"><link rel="prefetch" href="/docs/assets/typescript-essentials.html-67bd72a7.js" as="script"><link rel="prefetch" href="/docs/assets/needle-config-json.html-aac10705.js" as="script"><link rel="prefetch" href="/docs/assets/needle-engine-attributes.html-2b93dca4.js" as="script"><link rel="prefetch" href="/docs/assets/typescript-decorators.html-73190f3e.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-0f3c5ccd.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-615ba1f2.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-76f967a7.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-75e422fa.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-dda76fbd.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-9d6db80a.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-64bc0c3c.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-45bf7509.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-8eb2326b.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-0784c019.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-72dcd24e.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-d8d34b98.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-3fc0407e.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-6af3f72b.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-f975bb82.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-f2afcbd3.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-0a16bdd2.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-1a7264fe.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-45b10041.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-9603f594.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-1ac4d74c.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-0991b7d8.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-7104cbee.js" as="script"><link rel="prefetch" href="/docs/assets/SUMMARY.html-4cbcb4ca.js" as="script"><link rel="prefetch" href="/docs/assets/backlog-mermaid.html-af84429f.js" as="script"><link rel="prefetch" href="/docs/assets/backlog.html-0991873b.js" as="script"><link rel="prefetch" href="/docs/assets/meta-test.html-ba3f3381.js" as="script"><link rel="prefetch" href="/docs/assets/component-compiler.html-7fadcdfe.js" as="script"><link rel="prefetch" href="/docs/assets/component-reference.html-7433ba9c.js" as="script"><link rel="prefetch" href="/docs/assets/debugging.html-b90d9481.js" as="script"><link rel="prefetch" href="/docs/assets/deployment.html-679a59a7.js" as="script"><link rel="prefetch" href="/docs/assets/everywhere-actions.html-7590cd35.js" as="script"><link rel="prefetch" href="/docs/assets/examples.html-1d035fb3.js" as="script"><link rel="prefetch" href="/docs/assets/export.html-a783fce9.js" as="script"><link rel="prefetch" href="/docs/assets/faq.html-f846be88.js" as="script"><link rel="prefetch" href="/docs/assets/features-overview.html-103369e6.js" as="script"><link rel="prefetch" href="/docs/assets/for-unity-developers.html-b653e255.js" as="script"><link rel="prefetch" href="/docs/assets/getting-started.html-9de2d56f.js" as="script"><link rel="prefetch" href="/docs/assets/html.html-42217360.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-dda688da.js" as="script"><link rel="prefetch" href="/docs/assets/modules.html-d4ea4cf8.js" as="script"><link rel="prefetch" href="/docs/assets/networking.html-e1e616de.js" as="script"><link rel="prefetch" href="/docs/assets/project-structure.html-ff62d7b3.js" as="script"><link rel="prefetch" href="/docs/assets/samples-and-modules.html-57e9f6ca.js" as="script"><link rel="prefetch" href="/docs/assets/scripting-examples.html-40c60427.js" as="script"><link rel="prefetch" href="/docs/assets/scripting.html-0734bdfb.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-bike.html-aed7c46a.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-castle.html-cdb5db57.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-mercedes-benz.html-7eabd1f0.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-monsterhands.html-5723a356.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-towerdefence.html-5bc7dd74.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-website.html-b68487d3.js" as="script"><link rel="prefetch" href="/docs/assets/showcase-zenrepublic.html-df85526d.js" as="script"><link rel="prefetch" href="/docs/assets/technical-overview.html-3daf2543.js" as="script"><link rel="prefetch" href="/docs/assets/testimonials.html-ee19aec9.js" as="script"><link rel="prefetch" href="/docs/assets/testing.html-09ed932c.js" as="script"><link rel="prefetch" href="/docs/assets/vanilla-js.html-f7e2599d.js" as="script"><link rel="prefetch" href="/docs/assets/vision.html-c80404e1.js" as="script"><link rel="prefetch" href="/docs/assets/xr.html-37f875dd.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-ac7d998f.js" as="script"><link rel="prefetch" href="/docs/assets/for-unity-developers.html-36af0499.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-4556c585.js" as="script"><link rel="prefetch" href="/docs/assets/typescript-essentials.html-534c1795.js" as="script"><link rel="prefetch" href="/docs/assets/needle-config-json.html-f91034da.js" as="script"><link rel="prefetch" href="/docs/assets/needle-engine-attributes.html-b6293290.js" as="script"><link rel="prefetch" href="/docs/assets/typescript-decorators.html-d4c207e3.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-81a91362.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-2c69ad93.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-013f9a89.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-7afee307.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-915af730.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-32447045.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-57d757de.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-4f00c2ff.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-3b58543e.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-3604b913.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-932f723a.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-1c180a2f.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-00a074af.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-de7540da.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-cb603ab8.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-cfe2bf15.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-4d11b3c8.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-7dfa6204.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-ee156bf2.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-de8c7aa7.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-7517d60a.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-dccb5a4a.js" as="script"><link rel="prefetch" href="/docs/assets/index.html-238978c8.js" as="script"><link rel="prefetch" href="/docs/assets/style-e9220a04.js" as="script"><link rel="prefetch" href="/docs/assets/docsearch-1d421ddb.js" as="script"><link rel="prefetch" href="/docs/assets/action-ca178bd9.js" as="script"><link rel="prefetch" href="/docs/assets/actiongroup-1feb3d4e.js" as="script"><link rel="prefetch" href="/docs/assets/contribution-header-f6071865.js" as="script"><link rel="prefetch" href="/docs/assets/contribution-listentry-41a12262.js" as="script"><link rel="prefetch" href="/docs/assets/contribution-preview-754df1c1.js" as="script"><link rel="prefetch" href="/docs/assets/contributions-author-f0bcc61a.js" as="script"><link rel="prefetch" href="/docs/assets/contributions-overview-5f531929.js" as="script"><link rel="prefetch" href="/docs/assets/copyright-6b449b0c.js" as="script"><link rel="prefetch" href="/docs/assets/github-star-4871d4f6.js" as="script"><link rel="prefetch" href="/docs/assets/metalink-e99a74bf.js" as="script"><link rel="prefetch" href="/docs/assets/needle-button-a6fac229.js" as="script"><link rel="prefetch" href="/docs/assets/os-link-31cc79d0.js" as="script"><link rel="prefetch" href="/docs/assets/quoteslides-6f923d0c.js" as="script"><link rel="prefetch" href="/docs/assets/removeserviceworker-8e285252.js" as="script"><link rel="prefetch" href="/docs/assets/sample-d7ec0e26.js" as="script"><link rel="prefetch" href="/docs/assets/stackblitz-b078650b.js" as="script"><link rel="prefetch" href="/docs/assets/testimonial-9717e223.js" as="script"><link rel="prefetch" href="/docs/assets/video-embed-0d320302.js" as="script"> | ||
</head> | ||
<body> | ||
<div id="app"><!--[--><div class="theme-container"><main class="page"><div class="theme-default-content"><h1>404</h1><blockquote>Oh no — this page does not exist!</blockquote><a href="/docs/" class="">Take me home</a></div></main></div><!----><!--]--></div> | ||
<script type="module" src="/docs/assets/app-363035f5.js" defer></script> | ||
</body> | ||
</html> |
Oops, something went wrong.