joerglohrerde/public/2021/08/15/virtual-reality.html/index.html

468 lines
32 KiB
HTML
Raw Normal View History

2024-11-06 15:55:54 +01:00
<!DOCTYPE html>
2025-01-28 18:18:59 +01:00
<html lang="de" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<title>VR - Virtual Reality | Jörg Lohrer</title>
<meta name="keywords" content="Immersion, Präsenz, Virtuelle Realität, Sidequest, Oculus, Meta">
<meta name="description" content="Tutorials der Oculus Quest 2">
<meta name="author" content="Jörg Lohrer">
<link rel="canonical" href="http://localhost:1313/2021/08/15/virtual-reality.html/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="de" href="http://localhost:1313/2021/08/15/virtual-reality.html/">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}
.list {
background: var(--theme);
}
.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}
</style>
</noscript>
2024-11-06 15:55:54 +01:00
</head>
2025-01-28 18:18:59 +01:00
<body class="" id="top">
<script>
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
2024-11-06 15:55:54 +01:00
2025-01-28 18:18:59 +01:00
</script>
2024-11-06 15:55:54 +01:00
2025-01-28 18:18:59 +01:00
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="Jörg Lohrer (Alt + H)">Jörg Lohrer</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
<ul class="lang-switch"><li>|</li>
</ul>
</div>
</div>
<ul id="menu">
<li>
<a href="http://localhost:1313/" title="Home">
<span>Home</span>
</a>
</li>
<li>
<a href="http://localhost:1313/archives/" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="http://localhost:1313/impressum/" title="Impressum">
<span>Impressum</span>
</a>
</li>
<li>
<a href="https://reliverse.social/@joerglohrer" title="Mastodon">
<span><i class="fa fa-heart"></i>Mastodon</span>&nbsp;
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="12" width="12">
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
<path d="M15 3h6v6"></path>
<path d="M10 14L21 3"></path>
</svg>
</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<article class="post-single">
<header class="post-header">
2024-11-06 15:55:54 +01:00
2025-01-28 18:18:59 +01:00
<h1 class="post-title entry-hint-parent">
VR - Virtual Reality
</h1>
<div class="post-description">
Tutorials der Oculus Quest 2
2024-11-06 15:55:54 +01:00
</div>
2025-01-28 18:18:59 +01:00
<div class="post-meta"><span title='2021-08-15 00:00:00 +0000 UTC'>August 15, 2021</span>&nbsp;·&nbsp;Jörg Lohrer
2024-11-06 15:55:54 +01:00
</div>
2025-01-28 18:18:59 +01:00
</header>
<div class="post-content"><h1 id="vr---virtual-reality">VR - Virtual Reality<a hidden class="anchor" aria-hidden="true" href="#vr---virtual-reality">#</a></h1>
<h1 id="ausschreibung-torsten--jörg">Ausschreibung Torsten &amp; Jörg<a hidden class="anchor" aria-hidden="true" href="#ausschreibung-torsten--jörg">#</a></h1>
<p>Ausgehend vom Lernbaustein <a href="https://relilab.org/vr/">https://relilab.org/vr/</a> beschäftigen wir uns in diesem Workshop mit Immersion und praktischen Beispielen im Themenbereich VR/AR. Neben der Vermittlung von theoretischen Grundlagen besprechen wir die Einsatzmöglichkeit im Religionsunterricht am Beispiel einer Reihe zu Schöpfungsmythen. Darüber hinnaus bieten wir die Gelegenheit zu Erfahrungsaustausch, Diskussion und exemplarischen Erlebnismöglichkeiten in der virtuellen Realität.</p>
<h1 id="theorie">Theorie<a hidden class="anchor" aria-hidden="true" href="#theorie">#</a></h1>
<h2 id="immersion--präsenz">Immersion &amp; Präsenz<a hidden class="anchor" aria-hidden="true" href="#immersion--präsenz">#</a></h2>
<p><a href="https://www.immersivelearning.institute/">https://www.immersivelearning.institute/</a>
<a href="https://omnia360.de/blog/was-ist-immersion/">https://omnia360.de/blog/was-ist-immersion/</a>
<a href="https://en.wikipedia.org/wiki/Immersive_learning">https://en.wikipedia.org/wiki/Immersive_learning</a>
<img loading="lazy" src="01-immersion-wikipedia.jpg" alt="" />
<a href="https://www.sciencedirect.com/science/article/pii/S0360131519303276">https://www.sciencedirect.com/science/article/pii/S0360131519303276</a></p>
<h2 id="forschung">Forschung<a hidden class="anchor" aria-hidden="true" href="#forschung">#</a></h2>
2024-11-06 15:55:54 +01:00
<p>A Public Database of 360 Videos with Corresponding Ratings of Arousal and Valence
2025-01-28 18:18:59 +01:00
<a href="https://vhil.stanford.edu/360-video-database/">https://vhil.stanford.edu/360-video-database/</a></p>
<p><a href="https://www.researchgate.net/publication/335733502_Getting_your_game_on_Using_virtual_reality_to_improve_real_table_tennis_skills">https://www.researchgate.net/publication/335733502_Getting_your_game_on_Using_virtual_reality_to_improve_real_table_tennis_skills</a></p>
2024-11-06 15:55:54 +01:00
<blockquote>
<p>&ldquo;Diese Studie ergänzt die spärliche, aber wachsende Literatur, indem sie den Transfer von Fertigkeiten aus der realen Welt durch Virtual Reality in einer sportlichen Aufgabe demonstriert.&rdquo;</p>
</blockquote>
2025-01-28 18:18:59 +01:00
<p><a href="https://mixed.de/vr-und-philosophie-youtuber-zeigt-ungewoehnliche-vr-apps/amp/">https://mixed.de/vr-und-philosophie-youtuber-zeigt-ungewoehnliche-vr-apps/amp/</a>
2024-11-06 15:55:54 +01:00
Der norwegische Forscher Joakim Vindenes unterhält einen Blog, Podcast und Youtube-Kanal, in denen er außergewöhnliche VR-Apps vorstellt und sich mit der philosophischen Dimension des Mediums auseinandersetzt.</p>
2025-01-28 18:18:59 +01:00
<p><a href="https://www.youtube.com/watch?v=VY5HaEhUm2Q">https://www.youtube.com/watch?v=VY5HaEhUm2Q</a>
2024-11-06 15:55:54 +01:00
A look at what it would be like to plug into an infinite VR experience machine.</p>
2025-01-28 18:18:59 +01:00
<h2 id="religionen">Religionen<a hidden class="anchor" aria-hidden="true" href="#religionen">#</a></h2>
<p><a href="https://www.matrise.no/2019/06/hinduism-and-virtual-reality/">https://www.matrise.no/2019/06/hinduism-and-virtual-reality/</a></p>
<p><a href="https://www.matrise.no/2020/01/the-existential-problem-of-vr-existentialism/">https://www.matrise.no/2020/01/the-existential-problem-of-vr-existentialism/</a></p>
<h2 id="empathie">Empathie<a hidden class="anchor" aria-hidden="true" href="#empathie">#</a></h2>
<p><a href="https://www.youtube.com/watch?v=L6m79wqNiMA&amp;feature=youtu.be&amp;t=150">https://www.youtube.com/watch?v=L6m79wqNiMA&amp;feature=youtu.be&amp;t=150</a></p>
2024-11-06 15:55:54 +01:00
<blockquote>
<p>&ldquo;VR is a storytelling vehicle, but it&rsquo;s an empathy vehicle.&rdquo;</p>
</blockquote>
2025-01-28 18:18:59 +01:00
<h2 id="therapie">Therapie<a hidden class="anchor" aria-hidden="true" href="#therapie">#</a></h2>
2024-11-06 15:55:54 +01:00
<p>Feeling Good during the COVID19 Epidemic
2025-01-28 18:18:59 +01:00
Virtual Reality Can Help Us to Overcome the Psychological Burden of Coronavirus - <a href="https://www.covidfeelgood.com/home">https://www.covidfeelgood.com/home</a></p>
2024-11-06 15:55:54 +01:00
<p>Die Verkörperung von Mitgefühl in der virtuellen Realität und ihre Auswirkungen auf Patienten mit Depressionen
2025-01-28 18:18:59 +01:00
<a href="https://scitec-media.ch/2016/03/04/game-technologien-helfen-gegen-depressionen/">https://scitec-media.ch/2016/03/04/game-technologien-helfen-gegen-depressionen/</a>
<a href="https://www.youtube.com/watch?v=GwxJVCESc-E">https://www.youtube.com/watch?v=GwxJVCESc-E</a>
<a href="https://www.cambridge.org/core/journals/bjpsych-open/article/embodying-selfcompassion-within-virtual-reality-and-its-effects-on-patients-with-depression/1A1217651159D085145A7999CFFFF772">https://www.cambridge.org/core/journals/bjpsych-open/article/embodying-selfcompassion-within-virtual-reality-and-its-effects-on-patients-with-depression/</a></p>
<h2 id="theater">Theater<a hidden class="anchor" aria-hidden="true" href="#theater">#</a></h2>
<p><a href="https://www.brendanabradley.com/futurestages">https://www.brendanabradley.com/futurestages</a></p>
<h2 id="körperlichkeit">Körperlichkeit<a hidden class="anchor" aria-hidden="true" href="#körperlichkeit">#</a></h2>
<p><a href="https://www.matrise.no/2018/07/virtual-embodiment/">https://www.matrise.no/2018/07/virtual-embodiment/</a>
<a href="https://www.matrise.no/2020/10/virtual-reality-depersonalization-derealization/">https://www.matrise.no/2020/10/virtual-reality-depersonalization-derealization/</a></p>
<h1 id="praxis">Praxis<a hidden class="anchor" aria-hidden="true" href="#praxis">#</a></h1>
<h2 id="padlets">Padlets<a hidden class="anchor" aria-hidden="true" href="#padlets">#</a></h2>
2024-11-06 15:55:54 +01:00
<ul>
<li>[https://padlet.com/petiteprof79/xrinfo(https://padlet.com/petiteprof79/xrinfo)] XR-Info - Stephanie Wössner | CC BY-SA @petiteprof79</li>
2025-01-28 18:18:59 +01:00
<li><a href="https://padlet.com/strsa/ar">https://padlet.com/strsa/ar</a> Augmented Reality (AR) &amp; 360°, (VR) | Gestartet von Tobias Erles (@Mr_Airless) und Sabine Strauss (@Sallythechin) beim Barcamp #wildcampen18, erweitert bei #wildcampen19 zusammen mit Jan Hartwig (@hartifical)</li>
2024-11-06 15:55:54 +01:00
</ul>
2025-01-28 18:18:59 +01:00
<h2 id="artikel">Artikel<a hidden class="anchor" aria-hidden="true" href="#artikel">#</a></h2>
2024-11-06 15:55:54 +01:00
<ul>
2025-01-28 18:18:59 +01:00
<li><a href="https://www.bpb.de/lernen/digitale-bildung/werkstatt/298516/virtual-und-augmented-reality-im-klassenraum-ein-ueberblick-bildungsrelevanter-angebote">Virtual und Augmented Reality im Klassenraum? Ein Überblick bildungsrelevanter Angebote - Steffen Jauch am 16.10.2029 bei bpb</a></li>
2024-11-06 15:55:54 +01:00
</ul>
2025-01-28 18:18:59 +01:00
<h2 id="unterricht">Unterricht<a hidden class="anchor" aria-hidden="true" href="#unterricht">#</a></h2>
2024-11-06 15:55:54 +01:00
<ul>
2025-01-28 18:18:59 +01:00
<li>Eine <a href="https://www.lmz-bw.de/medien-und-bildung/medienwissen/virtual-und-augmented-reality/virtual-reality-unterrichtsbeispiele/">Auswahl an Unterrichtsbeispielen mit Virtual Reality Szenarien</a> von Stephanie Wössner <a href="https://twitter.com/petiteprof79">@petiteprof79</a></li>
2024-11-06 15:55:54 +01:00
</ul>
2025-01-28 18:18:59 +01:00
<h2 id="communities">Communities<a hidden class="anchor" aria-hidden="true" href="#communities">#</a></h2>
<p><a href="https://educatorsinvr.com/">https://educatorsinvr.com/</a></p>
<h1 id="religiöse-erfahrungsräume">Religiöse Erfahrungsräume<a hidden class="anchor" aria-hidden="true" href="#religiöse-erfahrungsräume">#</a></h1>
<h2 id="im-oculus-store">im Oculus Store<a hidden class="anchor" aria-hidden="true" href="#im-oculus-store">#</a></h2>
<h3 id="wander">Wander<a hidden class="anchor" aria-hidden="true" href="#wander">#</a></h3>
<p><a href="https://www.oculus.com/experiences/quest/2078376005587859/">https://www.oculus.com/experiences/quest/2078376005587859/</a></p>
<h2 id="filme">Filme<a hidden class="anchor" aria-hidden="true" href="#filme">#</a></h2>
2024-11-06 15:55:54 +01:00
<p>[https://mixed.de/beruehrender-oculus-film-zeigt-worauf-es-im-leben-ankommt/(https://mixed.de/beruehrender-oculus-film-zeigt-worauf-es-im-leben-ankommt/)]</p>
2025-01-28 18:18:59 +01:00
<h2 id="in-sidequest">In Sidequest<a hidden class="anchor" aria-hidden="true" href="#in-sidequest">#</a></h2>
<h3 id="vanishing-grace">Vanishing Grace<a hidden class="anchor" aria-hidden="true" href="#vanishing-grace">#</a></h3>
2024-11-06 15:55:54 +01:00
<p>[https://sidequestvr.com/app/772/vanishing-grace-pre-alpha-demo(https://sidequestvr.com/app/772/vanishing-grace-pre-alpha-demo)]</p>
<blockquote>
<p>Vanishing Grace ist eine emotionale Reise über die Opfer, die wir bringen müssen, um unseren Platz in der Welt einzunehmen.</p>
</blockquote>
2025-01-28 18:18:59 +01:00
<h3 id="cubism">Cubism<a hidden class="anchor" aria-hidden="true" href="#cubism">#</a></h3>
2024-11-06 15:55:54 +01:00
<p>[https://sidequestvr.com/app/403/cubism-demo(https://sidequestvr.com/app/403/cubism-demo)]</p>
2025-01-28 18:18:59 +01:00
<h3 id="deism">Deism<a hidden class="anchor" aria-hidden="true" href="#deism">#</a></h3>
2024-11-06 15:55:54 +01:00
<blockquote>
<p>The virtual reality god simulator
[https://sidequestvr.com/app/85/deisim(https://sidequestvr.com/app/85/deisim)]</p>
</blockquote>
2025-01-28 18:18:59 +01:00
<h3 id="liminal">Liminal<a hidden class="anchor" aria-hidden="true" href="#liminal">#</a></h3>
<p><a href="https://sidequestvr.com/app/1042/liminal">https://sidequestvr.com/app/1042/liminal</a>
2024-11-06 15:55:54 +01:00
Wählen Sie aus, wie Sie sich fühlen und was Sie leisten wollen: Ruhe, Energie, Schmerzlinderung und Ehrfurcht.</p>
2025-01-28 18:18:59 +01:00
<h1 id="3d-modelle">3D-Modelle<a hidden class="anchor" aria-hidden="true" href="#3d-modelle">#</a></h1>
<p><a href="https://sketchfab.com/3d-models/abandoned-warehouse-interior-scene-1d5285f2e0fd4211a27c8042496d5959#">https://sketchfab.com/3d-models/abandoned-warehouse-interior-scene-1d5285f2e0fd4211a27c8042496d5959#</a></p>
<p><img loading="lazy" src="02-mittelalterliche-kirche.jpg" alt="" />
2024-11-06 15:55:54 +01:00
2025-01-28 18:18:59 +01:00
<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a> Medieval Church, Calatrava la Nueva, Spain
2024-11-06 15:55:54 +01:00
Processed in Reality Capture from 76 Faro laser scans and 4100 photographs
2025-01-28 18:18:59 +01:00
<a href="https://sketchfab.com/3d-models/medieval-church-calatrava-la-nueva-spain-171a047c08bc4dd588cca5ac744e8065">https://sketchfab.com/3d-models/medieval-church-calatrava-la-nueva-spain-171a047c08bc4dd588cca5ac744e8065</a></p>
<h2 id="avatare">Avatare<a hidden class="anchor" aria-hidden="true" href="#avatare">#</a></h2>
<h2 id="erfahrungswelten">Erfahrungswelten:<a hidden class="anchor" aria-hidden="true" href="#erfahrungswelten">#</a></h2>
<h3 id="360-grad-filme">360 Grad Filme<a hidden class="anchor" aria-hidden="true" href="#360-grad-filme">#</a></h3>
2024-11-06 15:55:54 +01:00
<ul>
2025-01-28 18:18:59 +01:00
<li><a href="https://www.youtube.com/watch?v=dMZfIUr0gEs">Kölner Dom in 360°: Privatkonzert | WDR</a>
Der Domchor gibt ein nächtliches Konzert und der einzige Zuschauer bist du. Unter Leitung des Domkapellmeisters Professor Eberhard Metternich singt der Chor das Ave Maria von Franz Biebl in einer eher ungewöhnlichen Aufstellung. Und du stehst mittendrin. <a href="https://dom360.wdr.de/privatkonzert-bei-nacht/">https://dom360.wdr.de/privatkonzert-bei-nacht/</a>]</li>
<li><a href="https://www.youtube.com/watch?v=QwC5d75iTcA">INSIDE AUSCHWITZ - Das ehemalige Konzentrationslager in 360° | WDR
</a></li>
2024-11-06 15:55:54 +01:00
</ul>
2025-01-28 18:18:59 +01:00
<h3 id="anne-frank-vr">Anne Frank VR<a hidden class="anchor" aria-hidden="true" href="#anne-frank-vr">#</a></h3>
<p><a href="https://www.annefrank.org/de/uber-uns/was-wir-tun/unsere-publikationen/das-anne-frank-haus-virtual-reality/">https://www.annefrank.org/</a></p>
<h3 id="within">Within<a hidden class="anchor" aria-hidden="true" href="#within">#</a></h3>
2024-11-06 15:55:54 +01:00
<p>[https://www.with.in/watch/the-ellen-fund-presents-gorillas-in-vr(https://www.with.in/watch/the-ellen-fund-presents-gorillas-in-vr)]
[https://account.altvr.com/channels/VRChurch(https://account.altvr.com/channels/VRChurch)]</p>
2025-01-28 18:18:59 +01:00
<h1 id="programmierung">Programmierung<a hidden class="anchor" aria-hidden="true" href="#programmierung">#</a></h1>
2024-11-06 15:55:54 +01:00
<ul>
2025-01-28 18:18:59 +01:00
<li><a href="https://circuitstream.com/blog/programming-development-guides/">Learn VR Development: Tips, tricks, and guides to develop VR and AR applications</a></li>
<li><a href="https://www.reddit.com/r/learnVRdev/">Reddit - Learn Virtual Reality Development</a></li>
2024-11-06 15:55:54 +01:00
</ul>
2025-01-28 18:18:59 +01:00
<h2 id="mozilla-hubs">Mozilla Hubs<a hidden class="anchor" aria-hidden="true" href="#mozilla-hubs">#</a></h2>
<h3 id="dokumentation-httpshubsmozillacomdocswelcomehtmlhttpshubsmozillacomdocswelcomehtml">Dokumentation [https://hubs.mozilla.com/docs/welcome.html(https://hubs.mozilla.com/docs/welcome.html)]<a hidden class="anchor" aria-hidden="true" href="#dokumentation-httpshubsmozillacomdocswelcomehtmlhttpshubsmozillacomdocswelcomehtml">#</a></h3>
<h3 id="vorlagen">Vorlagen<a hidden class="anchor" aria-hidden="true" href="#vorlagen">#</a></h3>
<p><a href="https://v3l.de/relilabvr">https://v3l.de/relilabvr</a> (relilab-VR-Hub mit Videos, Bildern, &hellip;)</p>
2024-11-06 15:55:54 +01:00
<p>[https://hubs.mozilla.com/Av38AUU/detailed-tinted-room(https://hubs.mozilla.com/Av38AUU/detailed-tinted-room)]
[https://hubs.mozilla.com/scenes/juMbRem/dramainvrhome(https://hubs.mozilla.com/scenes/juMbRem/dramainvrhome)]</p>
2025-01-28 18:18:59 +01:00
<h3 id="avatare-erstellen">Avatare erstellen<a hidden class="anchor" aria-hidden="true" href="#avatare-erstellen">#</a></h3>
<h3 id="mozilla-hubs---glb">Mozilla Hubs - GLB<a hidden class="anchor" aria-hidden="true" href="#mozilla-hubs---glb">#</a></h3>
<h4 id="online-dienst---readyplayer">Online Dienst - Readyplayer<a hidden class="anchor" aria-hidden="true" href="#online-dienst---readyplayer">#</a></h4>
<p><a href="https://twitter.com/joerglohrer/status/1388023150626099201">https://twitter.com/joerglohrer/status/1388023150626099201</a>
<img loading="lazy" src="03-avatare-erstellen.jpg" alt="" />
2024-11-06 15:55:54 +01:00
</p>
<p>[https://readyplayer.me/(https://readyplayer.me/)]</p>
2025-01-28 18:18:59 +01:00
<p>Beispiel: (<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA - Wolfprint 3D</a>)
<a href="https://d1a370nemizbjq.cloudfront.net/10b05c49-593a-4616-82e9-adcea09aa66c.glb">https://d1a370nemizbjq.cloudfront.net/10b05c49-593a-4616-82e9-adcea09aa66c.glb</a></p>
2024-11-06 15:55:54 +01:00
<p>Hubs by Mozilla</p>
<ul>
2025-01-28 18:18:59 +01:00
<li><a href="https://hubs.mozilla.com/docs/intro-avatars.html">Creating Custom Avatars</a></li>
<li><a href="https://hubs.mozilla.com/docs/creators-advanced-avatar-customization.html">Advanced Avatar Customization</a></li>
2024-11-06 15:55:54 +01:00
</ul>
2025-01-28 18:18:59 +01:00
<p><a href="http://tryquilt.io/">http://tryquilt.io/</a>]</p>
<p><a href="https://github.com/MozillaReality/hubs-avatar-pipelines/tree/master/Blender/AvatarBot">Blender files for AvatarBot</a>
<a href="https://youtube.com/playlist?list=PLCxaiaRxTL6-3pxUsfSa7lzKruGu5UEat">Creating an Avatar using Hubs components in Blender</a></p>
<h4 id="online-editoren">Online Editoren<a hidden class="anchor" aria-hidden="true" href="#online-editoren">#</a></h4>
2024-11-06 15:55:54 +01:00
<p>[https://modelviewer.dev/editor/(https://modelviewer.dev/editor/)]</p>
2025-01-28 18:18:59 +01:00
<h4 id="software">Software<a hidden class="anchor" aria-hidden="true" href="#software">#</a></h4>
<h5 id="makehuman">MakeHuman<a hidden class="anchor" aria-hidden="true" href="#makehuman">#</a></h5>
<p><a href="http://makehumancommunity.org/">http://makehumancommunity.org/</a></p>
<p><a href="https://www.youtube.com/watch?v=kQjp5DYsR_c&amp;t=86s">https://www.youtube.com/watch?v=kQjp5DYsR_c&amp;t=86s</a></p>
<h3 id="tutorials-altspace--blender--unity">Tutorials Altspace / Blender / Unity<a hidden class="anchor" aria-hidden="true" href="#tutorials-altspace--blender--unity">#</a></h3>
<p><a href="http://edvschwab.de/Altspace/Kurz%20Doku%20Blender.pdf">http://edvschwab.de/Altspace/Kurz%20Doku%20Blender.pdf</a>
2024-11-06 15:55:54 +01:00
[http://edvschwab.de/Altspace/Kurz%20Doku%20Unity.pdf(http://edvschwab.de/Altspace/Kurz%20Doku%20Unity.pdf)]</p>
2025-01-28 18:18:59 +01:00
<h2 id="sidequest">Sidequest<a hidden class="anchor" aria-hidden="true" href="#sidequest">#</a></h2>
<p><a href="https://sidequestvr.com/">https://sidequestvr.com/</a>
2024-11-06 15:55:54 +01:00
Installation:
2025-01-28 18:18:59 +01:00
<a href="https://sidequestvr.com/setup-howto">https://sidequestvr.com/setup-howto</a></p>
<p><a href="https://www.google.com/amp/s/www.androidcentral.com/how-put-custom-songs-beat-saber-oculus-quest%3famp">How to put custom songs onto Beat Saber on Oculus Quest</a></p>
<h2 id="aframe">Aframe<a hidden class="anchor" aria-hidden="true" href="#aframe">#</a></h2>
<p><img loading="lazy" src="04-aframe.jpg" alt="" />
<a href="https://codepen.io/joerglohrer/full/dyXQqWG">https://codepen.io/joerglohrer/full/dyXQqWG</a>
<a href="https://aframe.io/">https://aframe.io/</a>
<a href="https://www.codecademy.com/learn/learn-a-frame">https://www.codecademy.com/learn/learn-a-frame</a>
2024-11-06 15:55:54 +01:00
VR development within VR with Oculus Quest + Firefox Reality + Glitch +
2025-01-28 18:18:59 +01:00
<a href="https://rocketvirtual.com/index.html">https://rocketvirtual.com/index.html</a>
<a href="https://michael-mcanally.medium.com/where-to-begin-with-vr-in-a-browser-d818f713a8a8">Where to begin with VR in a browser?</a>
<a href="https://www.reddit.com/r/WebVR/comments/equgdt/vr_development_within_vr_with_oculus_quest/">https://www.reddit.com/r/WebVR/comments/equgdt/vr_development_within_vr_with_oculus_quest/</a></p>
<p><a href="https://aframe-model-viewer.glitch.me/">https://aframe-model-viewer.glitch.me/</a></p>
<p><a href="https://klausw.github.io/a-frame-car-sample/index.html">https://klausw.github.io/a-frame-car-sample/index.html</a></p>
<h2 id="threejs">ThreeJS<a hidden class="anchor" aria-hidden="true" href="#threejs">#</a></h2>
<p><a href="https://threejs.org/">https://threejs.org/</a>
<a href="https://www.jesuisundev.com/en/understand-threejs/">https://www.jesuisundev.com/en/understand-threejs/</a></p>
<h2 id="tour-creator-google"><del>Tour Creator Google</del><a hidden class="anchor" aria-hidden="true" href="#tour-creator-google">#</a></h2>
<p>&ldquo;Starting June 30, 2021, the Google Expeditions and Tour Creator <a href="https://support.google.com/tourcreator/?hl=en">will no longer be accessible</a>.&rdquo;</p>
<h2 id="unity">Unity<a hidden class="anchor" aria-hidden="true" href="#unity">#</a></h2>
<p><a href="https://unity.com/de/learn/get-started">https://unity.com/de/learn/get-started</a></p>
<h1 id="optik">Optik<a hidden class="anchor" aria-hidden="true" href="#optik">#</a></h1>
<h2 id="pupillendistanz-pd-messen---ipd-interpupillary-distance">Pupillendistanz (PD) messen - IPD (interpupillary distance)<a hidden class="anchor" aria-hidden="true" href="#pupillendistanz-pd-messen---ipd-interpupillary-distance">#</a></h2>
<p><a href="https://apps.apple.com/de/app/eyemeasure/id1417435049">https://apps.apple.com/de/app/eyemeasure/id1417435049</a>
2024-11-06 15:55:54 +01:00
Die kostenfreie App misst den Augenabstand auf 0,5 mm genau ab iPhoneX oder iPadPro
2025-01-28 18:18:59 +01:00
<img loading="lazy" src="05-pupillendistanz.jpg" alt="" />
2024-11-06 15:55:54 +01:00
Oder einfach mit Lineal:
2025-01-28 18:18:59 +01:00
<a href="https://imgur.com/a/gyYKB">https://imgur.com/a/gyYKB</a></p>
<h1 id="oculus-quest">Oculus Quest<a hidden class="anchor" aria-hidden="true" href="#oculus-quest">#</a></h1>
<h2 id="tutorials">Tutorials<a hidden class="anchor" aria-hidden="true" href="#tutorials">#</a></h2>
<h3 id="deutsch">Deutsch<a hidden class="anchor" aria-hidden="true" href="#deutsch">#</a></h3>
<p><a href="https://twitter.com/StubeDie">https://twitter.com/StubeDie</a></p>
<h3 id="englisch">Englisch<a hidden class="anchor" aria-hidden="true" href="#englisch">#</a></h3>
<h4 id="foren">Foren<a hidden class="anchor" aria-hidden="true" href="#foren">#</a></h4>
<p><a href="https://www.reddit.com/r/OculusQuest/">https://www.reddit.com/r/OculusQuest/</a>
<a href="https://www.reddit.com/r/OculusQuest2/">https://www.reddit.com/r/OculusQuest2/</a></p>
<h2 id="streaming--playthrough--livecasting--obs">Streaming / Playthrough / Livecasting / OBS<a hidden class="anchor" aria-hidden="true" href="#streaming--playthrough--livecasting--obs">#</a></h2>
<p><a href="https://bsaber.com/queststreamingguide/">Oculus Quest Recording / Live Streaming Guide</a>
<a href="https://restream.io/blog/ultimate-guide-to-twitch/">How to stream on Twitch: the ultimate guide</a></p>
<h2 id="file-transfer">File Transfer<a hidden class="anchor" aria-hidden="true" href="#file-transfer">#</a></h2>
2024-11-06 15:55:54 +01:00
<p>3 different ways
2025-01-28 18:18:59 +01:00
<a href="https://www.youtube.com/watch?v=APbbuJF4Ma4">https://www.youtube.com/watch?v=APbbuJF4Ma4</a>
<a href="https://www.android.com/filetransfer/">https://www.android.com/filetransfer/</a>
<a href="https://support.oculus.com/2255729571307786/">Wie übertrage ich Bilder oder Videos von meinem Computer auf mein Oculus Quest 2 oder Quest?</a></p>
<p>Facebook video downloader here - <a href="https://fbdown.net/">https://fbdown.net/</a></p>
<h2 id="brillenträger">Brillenträger<a hidden class="anchor" aria-hidden="true" href="#brillenträger">#</a></h2>
2024-11-06 15:55:54 +01:00
<p>Sehstärke-Linsen Einsätze
2025-01-28 18:18:59 +01:00
<a href="https://mixed.de/vr-optiker-sehstaerke-linsen-test/">https://mixed.de/vr-optiker-sehstaerke-linsen-test/</a></p>
2024-11-06 15:55:54 +01:00
<ul>
2025-01-28 18:18:59 +01:00
<li><a href="https://vroptiker.de/sehstaerke-linsen-einsaetze/oculus-quest2/">https://vroptiker.de/sehstaerke-linsen-einsaetze/oculus-quest2/</a></li>
<li><a href="https://widmovr.com/product/oculus-quest-2-prescription-lens-adapters/">https://widmovr.com/product/oculus-quest-2-prescription-lens-adapters/</a></li>
2024-11-06 15:55:54 +01:00
</ul>
2025-01-28 18:18:59 +01:00
<h2 id="not-to-do">Not to do<a hidden class="anchor" aria-hidden="true" href="#not-to-do">#</a></h2>
<h3 id="sonnenlicht-in-die-linse">Sonnenlicht in die Linse)<a hidden class="anchor" aria-hidden="true" href="#sonnenlicht-in-die-linse">#</a></h3>
2024-11-06 15:55:54 +01:00
<p>Sonnenlicht kann durch die Linsen gebündelt werden und das Display beschödigen.</p>
2025-01-28 18:18:59 +01:00
<h3 id="linsen-reinigen">Linsen reinigen<a hidden class="anchor" aria-hidden="true" href="#linsen-reinigen">#</a></h3>
<h3 id="grips---handhalterungen">Grips - Handhalterungen<a hidden class="anchor" aria-hidden="true" href="#grips---handhalterungen">#</a></h3>
<p><a href="https://www.youtube.com/watch?v=_52xWr_R4uM&amp;feature=youtu.be&amp;t=388">https://www.youtube.com/watch?v=_52xWr_R4uM&amp;feature=youtu.be&amp;t=388</a></p>
<h3 id="headstrap">Headstrap<a hidden class="anchor" aria-hidden="true" href="#headstrap">#</a></h3>
<h4 id="vive-deluxe-audio-strap">VIVE DELUXE AUDIO STRAP<a hidden class="anchor" aria-hidden="true" href="#vive-deluxe-audio-strap">#</a></h4>
<p><a href="https://www.vive.com/de/accessory/vive-deluxe-audio-strap/">https://www.vive.com/de/accessory/vive-deluxe-audio-strap/</a></p>
2024-11-06 15:55:54 +01:00
<p>FrankenQuest 2
2025-01-28 18:18:59 +01:00
<a href="https://uploadvr.com/frankenquest-2-quest-2/">https://uploadvr.com/frankenquest-2-quest-2/</a>
2024-11-06 15:55:54 +01:00
Adapter zum 3D-Druck:
2025-01-28 18:18:59 +01:00
<a href="https://www.thingiverse.com/thing:4622970">https://www.thingiverse.com/thing:4622970</a>
2024-11-06 15:55:54 +01:00
Variante mit Kabelklemme (oben oder unten):
2025-01-28 18:18:59 +01:00
<a href="https://www.thingiverse.com/thing:4628600/files">https://www.thingiverse.com/thing:4628600/files</a>
<img loading="lazy" src="06-vr-adapter-3ddruck.jpg" alt="" />
2024-11-06 15:55:54 +01:00
:::success
Druck skaliert auf 101%
:::
Install guide
2025-01-28 18:18:59 +01:00
Remove the Quest 2 straps following this guide: <a href="https://www.youtube.com/watch?v=PejiYjR7_44&amp;feature=youtu.be&amp;t=110">https://www.youtube.com/watch?v=PejiYjR7_44&amp;feature=youtu.be&amp;t=110</a>
2024-11-06 15:55:54 +01:00
Snap the DAS onto the adaptor (pushing the round front section in first like in the picture).
Snap the adaptor onto Quest 2.
Use the velcro loop to attach the head strap to the headset.
2025-01-28 18:18:59 +01:00
<img loading="lazy" src="07-vive-straps-3ddruck.jpg" alt="" />
2024-11-06 15:55:54 +01:00
</p>
<p>Oculus Quest 2 Comfort Head Strap Mods!</p>
2025-01-28 18:18:59 +01:00
<h4 id="3ddruck">3DDruck<a hidden class="anchor" aria-hidden="true" href="#3ddruck">#</a></h4>
2024-11-06 15:55:54 +01:00
<p>Oculus Quest 2 Elite Strap_V2_NAVIDA DESIGN
[https://www.thingiverse.com/thing:4630780/files(https://www.thingiverse.com/thing:4630780/files)]
Oculus Link Cable Clip for Deluxe Audio Strap &ldquo;DAS&rdquo;
2025-01-28 18:18:59 +01:00
<a href="https://www.thingiverse.com/thing:4666749">https://www.thingiverse.com/thing:4666749</a></p>
2024-11-06 15:55:54 +01:00
<p>Überblick:
2025-01-28 18:18:59 +01:00
<a href="https://www.youtube.com/watch?v=sUhMk19PVq4">https://www.youtube.com/watch?v=sUhMk19PVq4</a>
<a href="https://www.youtube.com/watch?v=CN9fYlUGVtk">https://www.youtube.com/watch?v=CN9fYlUGVtk</a></p>
<h3 id="lens-adaptor">Lens Adaptor<a hidden class="anchor" aria-hidden="true" href="#lens-adaptor">#</a></h3>
<h4 id="für-brillen">Für Brillen<a hidden class="anchor" aria-hidden="true" href="#für-brillen">#</a></h4>
2024-11-06 15:55:54 +01:00
<p>[https://www.thingiverse.com/thing:3653631(https://www.thingiverse.com/thing:3653631)]
Für Linsen
[https://www.thingiverse.com/thing:3642004(https://www.thingiverse.com/thing:3642004)]</p>
<p>Esimen Upgrade K3</p>
2025-01-28 18:18:59 +01:00
<h3 id="batterie">Batterie<a hidden class="anchor" aria-hidden="true" href="#batterie">#</a></h3>
<p><a href="https://www.androidcentral.com/best-oculus-quest-battery-pack">https://www.androidcentral.com/best-oculus-quest-battery-pack</a></p>
2024-11-06 15:55:54 +01:00
</div>
2025-01-28 18:18:59 +01:00
<footer class="post-footer">
<ul class="post-tags">
</ul>
</footer>
</article>
</main>
2024-11-06 15:55:54 +01:00
2025-01-28 18:18:59 +01:00
<footer class="footer">
<span>&copy; 2025 <a href="http://localhost:1313/">Jörg Lohrer</a></span>
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
<a rel="me" href="https://reliverse.social/@joerglohrer">Mastodon</a>
2024-11-06 15:55:54 +01:00
</span>
2025-01-28 18:18:59 +01:00
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
</svg>
</a>
2024-11-06 15:55:54 +01:00
2025-01-28 18:18:59 +01:00
<script>
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
2024-11-06 15:55:54 +01:00
2025-01-28 18:18:59 +01:00
</script>
<script>
var mybutton = document.getElementById("top-link");
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = "visible";
mybutton.style.opacity = "1";
} else {
mybutton.style.visibility = "hidden";
mybutton.style.opacity = "0";
}
};
2024-11-06 15:55:54 +01:00
2025-01-28 18:18:59 +01:00
</script>
<script>
document.getElementById("theme-toggle").addEventListener("click", () => {
if (document.body.className.includes("dark")) {
document.body.classList.remove('dark');
localStorage.setItem("pref-theme", 'light');
} else {
document.body.classList.add('dark');
localStorage.setItem("pref-theme", 'dark');
}
})
2024-11-06 15:55:54 +01:00
2025-01-28 18:18:59 +01:00
</script>
2024-11-06 15:55:54 +01:00
</body>
2025-01-28 18:18:59 +01:00
2024-11-06 15:55:54 +01:00
</html>