SlideShare uma empresa Scribd logo
1 de 23
GESCOE, Department of Computer 1
Seminar on,
WebVR
Computer Engineering
By
Ankitkumar Singh
1. Introduction
2. Literature Review
3. Problem Statement
4. Topic / Technology Necessity
5. Algorithm /
Working/Architecture
6. Results
7. Applications
8. Advantages & Disadvantages
9. Future Work & Conclusion
10.References
2GESCOE, Department of Computer
WebVR: index()
3GESCOE, Department of Computer
WebVR: Virtual_Reality()
WebVR: Device()
2010
Google Street view
2014
Sony PlayStation VR.
2014
Facebook Oculus
Rift.
2015
HTC Vive
Till now
230 companies
developing
VR-related
products
WebVR: Device_timeline()
WebVR: Limitations_of_VR()
Gatekeepers Installs Closed
Friction of VR Ecosystems:
7GESCOE, Department of Computer
WebVR: VR_on_Web()
An open virtual reality platform with the advantages
of the Web.
Open Connected Instant
GESCOE, Department of Computer
WebVR: Why_HTML_and_CSS()
• Modern CSS has lots of features
• Gradients
• Complex Backgrounds
• 3D Transform
• Animations
HTML/CSS is well-suited for a lot of content
CSS 3D Transforms:
GESCOE, Department of Computer
WebVR: Browser_Support()
Firefox Chrome Samsung Internet
GESCOE, Department of Computer
WebVR: A-Frame()
A-Frame:
A web framework for building virtual reality experiences with
HTML
GESCOE, Department of Computer
WebVR: Hello_World()
<a-scene>
</a-scene>
A-Frame:
Step1: incuding java script.
Step2: Scene declaration
<script src="js/aframe.min.js">
</script>
GESCOE, Department of Computer
WebVR: Hello_World()
<a-scene>
<a-box color="red" position="10 0 10">
</a-box>
</a-scene>
A-Frame:
Step3: Entity Declaration
GESCOE, Department of Computer
WebVR: Hello_World()
<a-scene>
<a-box color="#4CC3D9" position="-1 0.5 -3" rotation="0 45 0">
</a-box>
<a-cylinder color="#FFC65D" position="1 0.75 -3" radius="0.5"
height="1.5"></a-cylinder>
<a-sphere color="#EF2D5E" position="0 1.25 -5"
radius="1.25"></a-sphere>
<a-plane color="#7BC8A4" rotation="-90 0 0" position="0 0 -
4" width="4" height="4"></a-plane>
<a-sky color="#ECECEC"></a-sky>
</a-scene>
A-Frame:
Step3: Complete hello words in few lines of code.
GESCOE, Department of Computer
WebVR: Hello_World()
Output:
GESCOE, Department of Computer
WebVR: Languages_And_Tools_We_Know()
• HTML
• JavaScript and DOM APIs
• Integrates with existing frameworks and libraries
veu.jsd3.jsReact & Redux
GESCOE, Department of Computer
WebVR: Languages_And_Tools_We_Know()
• Not Just For developer
• Also for Designer
BlenderMaya
GESCOE, Department of Computer
WebVR: Own_Component()
<a-sphere crazy-position="min: -1 -1 -1; max: 1 1 1">
</a-sphere>
Step1: incuding java script.
AFRAME.registerComponent('crazy-position',
{
schema: { min: {type: 'vec3'}, max: {type: 'vec3'}
},
tick: function () {
} var data = this.data; var randomPosition =
__getRandomPosition(min, max);
this.el.object3D.position.copy(randomPosition); }
);
GESCOE, Department of Computer
WebVR: WebVR_World()
• Mixed Reality
• Gaming A-Blast
• A-frame element Inspector
HTML/CSS is well-suited for a lot of content
GESCOE, Department of Computer
WebVR: Dev_Community()
•Github: 60+ contributors, 2900+ stargazers
•Slack: 1400+ members
•Content: Hundreds of projects featured on awesome-aframe repository and
A Week of A-Frame
•StackOverflow: Community is very active on StackOverflow.
GESCOE, Department of Computer
WebVR: Future()
1) Military
(army, navy and air force)
3) Education
5) Healthcare
4) Fashion
6) Business /Engineering
2) Media / Entertainment
GESCOE, Department of Computer
WebVR: World of VR Websites ()
1) http://www.360syria.com
2) https://site.vizor.io
3) https://discoveryour6thsense.com
4) http://www.thevrara.com
5) http://www.firstparallel.com/en/
GESCOE, Department of Computer
WebVR: Reference()
1. https://mozvr.com/
2. http://vr.chromeexperiments.com/
3. https://experiments.withgoogle.com/we
bvr
4. https://vr.mozilla.org
5. https://en.wikipedia.org/wiki/WebVR
6. https://aframe.io
7. https://webvr.info/developers/
GESCOE, Department of Computer
WebVR: End()
Thank you

Mais conteĂşdo relacionado

Semelhante a WEB-VR by Ankitkumar Singh

Jwis2011 ruo ando
Jwis2011 ruo andoJwis2011 ruo ando
Jwis2011 ruo ando
Ruo Ando
 
Intro to node.js - Ran Mizrahi (28/8/14)
Intro to node.js - Ran Mizrahi (28/8/14)Intro to node.js - Ran Mizrahi (28/8/14)
Intro to node.js - Ran Mizrahi (28/8/14)
Ran Mizrahi
 
Introduction to ajax
Introduction to ajaxIntroduction to ajax
Introduction to ajax
Venkat Pinagadi
 
full-stack web developer (6).pdf
full-stack web developer (6).pdffull-stack web developer (6).pdf
full-stack web developer (6).pdf
ShubhamSaini950258
 
$Resume2016 edward chen
$Resume2016 edward chen$Resume2016 edward chen
$Resume2016 edward chen
ed Chen
 
$resume2016_EdwardChen
$resume2016_EdwardChen$resume2016_EdwardChen
$resume2016_EdwardChen
ed Chen
 

Semelhante a WEB-VR by Ankitkumar Singh (20)

Jwis2011 ruo ando
Jwis2011 ruo andoJwis2011 ruo ando
Jwis2011 ruo ando
 
Seven Versions of One Web Application
Seven Versions of One Web ApplicationSeven Versions of One Web Application
Seven Versions of One Web Application
 
Node azure
Node azureNode azure
Node azure
 
How I learned to stop worrying and love embedding JavaScript
How I learned to stop worrying and love embedding JavaScriptHow I learned to stop worrying and love embedding JavaScript
How I learned to stop worrying and love embedding JavaScript
 
Embedding V8 in Android apps with Ejecta-V8
Embedding V8 in Android apps with Ejecta-V8Embedding V8 in Android apps with Ejecta-V8
Embedding V8 in Android apps with Ejecta-V8
 
Building AR and VR Experiences for Web Apps with JavaScript
Building AR and VR Experiences for Web Apps with JavaScriptBuilding AR and VR Experiences for Web Apps with JavaScript
Building AR and VR Experiences for Web Apps with JavaScript
 
Jquery
JqueryJquery
Jquery
 
Intro to node.js - Ran Mizrahi (27/8/2014)
Intro to node.js - Ran Mizrahi (27/8/2014)Intro to node.js - Ran Mizrahi (27/8/2014)
Intro to node.js - Ran Mizrahi (27/8/2014)
 
Intro to node.js - Ran Mizrahi (28/8/14)
Intro to node.js - Ran Mizrahi (28/8/14)Intro to node.js - Ran Mizrahi (28/8/14)
Intro to node.js - Ran Mizrahi (28/8/14)
 
Analyzing the Performance of Mobile Web
Analyzing the Performance of Mobile WebAnalyzing the Performance of Mobile Web
Analyzing the Performance of Mobile Web
 
Front End Development for Back End Java Developers - Jfokus 2020
Front End Development for Back End Java Developers - Jfokus 2020Front End Development for Back End Java Developers - Jfokus 2020
Front End Development for Back End Java Developers - Jfokus 2020
 
Introduction to ajax
Introduction to ajaxIntroduction to ajax
Introduction to ajax
 
Html5 Overview
Html5 OverviewHtml5 Overview
Html5 Overview
 
Introduction to HTML5 & CSS3
Introduction to HTML5 & CSS3Introduction to HTML5 & CSS3
Introduction to HTML5 & CSS3
 
full-stack web developer (6).pdf
full-stack web developer (6).pdffull-stack web developer (6).pdf
full-stack web developer (6).pdf
 
$Resume2016 edward chen
$Resume2016 edward chen$Resume2016 edward chen
$Resume2016 edward chen
 
$resume2016_EdwardChen
$resume2016_EdwardChen$resume2016_EdwardChen
$resume2016_EdwardChen
 
Web Performance Part 4 "Client-side performance"
Web Performance Part 4  "Client-side performance"Web Performance Part 4  "Client-side performance"
Web Performance Part 4 "Client-side performance"
 
Event-driven IO server-side JavaScript environment based on V8 Engine
Event-driven IO server-side JavaScript environment based on V8 EngineEvent-driven IO server-side JavaScript environment based on V8 Engine
Event-driven IO server-side JavaScript environment based on V8 Engine
 
Push it to the Edge
Push it to the EdgePush it to the Edge
Push it to the Edge
 

Último

➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
nirzagarg
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Chandigarh Call girls 9053900678 Call girls in Chandigarh
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
nirzagarg
 
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
SUHANI PANDEY
 
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 
( Pune ) VIP Pimpri Chinchwad Call Girls 🎗️ 9352988975 Sizzling | Escorts | G...
( Pune ) VIP Pimpri Chinchwad Call Girls 🎗️ 9352988975 Sizzling | Escorts | G...( Pune ) VIP Pimpri Chinchwad Call Girls 🎗️ 9352988975 Sizzling | Escorts | G...
( Pune ) VIP Pimpri Chinchwad Call Girls 🎗️ 9352988975 Sizzling | Escorts | G...
nilamkumrai
 

Último (20)

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
 
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
 
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
( Pune ) VIP Pimpri Chinchwad Call Girls 🎗️ 9352988975 Sizzling | Escorts | G...
( Pune ) VIP Pimpri Chinchwad Call Girls 🎗️ 9352988975 Sizzling | Escorts | G...( Pune ) VIP Pimpri Chinchwad Call Girls 🎗️ 9352988975 Sizzling | Escorts | G...
( Pune ) VIP Pimpri Chinchwad Call Girls 🎗️ 9352988975 Sizzling | Escorts | G...
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
 
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
Russian Call Girls in %(+971524965298  )#  Call Girls in DubaiRussian Call Girls in %(+971524965298  )#  Call Girls in Dubai
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 

WEB-VR by Ankitkumar Singh

  • 1. GESCOE, Department of Computer 1 Seminar on, WebVR Computer Engineering By Ankitkumar Singh
  • 2. 1. Introduction 2. Literature Review 3. Problem Statement 4. Topic / Technology Necessity 5. Algorithm / Working/Architecture 6. Results 7. Applications 8. Advantages & Disadvantages 9. Future Work & Conclusion 10.References 2GESCOE, Department of Computer WebVR: index()
  • 3. 3GESCOE, Department of Computer WebVR: Virtual_Reality()
  • 5. 2010 Google Street view 2014 Sony PlayStation VR. 2014 Facebook Oculus Rift. 2015 HTC Vive Till now 230 companies developing VR-related products WebVR: Device_timeline()
  • 6. WebVR: Limitations_of_VR() Gatekeepers Installs Closed Friction of VR Ecosystems:
  • 7. 7GESCOE, Department of Computer WebVR: VR_on_Web() An open virtual reality platform with the advantages of the Web. Open Connected Instant
  • 8. GESCOE, Department of Computer WebVR: Why_HTML_and_CSS() • Modern CSS has lots of features • Gradients • Complex Backgrounds • 3D Transform • Animations HTML/CSS is well-suited for a lot of content CSS 3D Transforms:
  • 9. GESCOE, Department of Computer WebVR: Browser_Support() Firefox Chrome Samsung Internet
  • 10. GESCOE, Department of Computer WebVR: A-Frame() A-Frame: A web framework for building virtual reality experiences with HTML
  • 11. GESCOE, Department of Computer WebVR: Hello_World() <a-scene> </a-scene> A-Frame: Step1: incuding java script. Step2: Scene declaration <script src="js/aframe.min.js"> </script>
  • 12. GESCOE, Department of Computer WebVR: Hello_World() <a-scene> <a-box color="red" position="10 0 10"> </a-box> </a-scene> A-Frame: Step3: Entity Declaration
  • 13. GESCOE, Department of Computer WebVR: Hello_World() <a-scene> <a-box color="#4CC3D9" position="-1 0.5 -3" rotation="0 45 0"> </a-box> <a-cylinder color="#FFC65D" position="1 0.75 -3" radius="0.5" height="1.5"></a-cylinder> <a-sphere color="#EF2D5E" position="0 1.25 -5" radius="1.25"></a-sphere> <a-plane color="#7BC8A4" rotation="-90 0 0" position="0 0 - 4" width="4" height="4"></a-plane> <a-sky color="#ECECEC"></a-sky> </a-scene> A-Frame: Step3: Complete hello words in few lines of code.
  • 14. GESCOE, Department of Computer WebVR: Hello_World() Output:
  • 15. GESCOE, Department of Computer WebVR: Languages_And_Tools_We_Know() • HTML • JavaScript and DOM APIs • Integrates with existing frameworks and libraries veu.jsd3.jsReact & Redux
  • 16. GESCOE, Department of Computer WebVR: Languages_And_Tools_We_Know() • Not Just For developer • Also for Designer BlenderMaya
  • 17. GESCOE, Department of Computer WebVR: Own_Component() <a-sphere crazy-position="min: -1 -1 -1; max: 1 1 1"> </a-sphere> Step1: incuding java script. AFRAME.registerComponent('crazy-position', { schema: { min: {type: 'vec3'}, max: {type: 'vec3'} }, tick: function () { } var data = this.data; var randomPosition = __getRandomPosition(min, max); this.el.object3D.position.copy(randomPosition); } );
  • 18. GESCOE, Department of Computer WebVR: WebVR_World() • Mixed Reality • Gaming A-Blast • A-frame element Inspector HTML/CSS is well-suited for a lot of content
  • 19. GESCOE, Department of Computer WebVR: Dev_Community() •Github: 60+ contributors, 2900+ stargazers •Slack: 1400+ members •Content: Hundreds of projects featured on awesome-aframe repository and A Week of A-Frame •StackOverflow: Community is very active on StackOverflow.
  • 20. GESCOE, Department of Computer WebVR: Future() 1) Military (army, navy and air force) 3) Education 5) Healthcare 4) Fashion 6) Business /Engineering 2) Media / Entertainment
  • 21. GESCOE, Department of Computer WebVR: World of VR Websites () 1) http://www.360syria.com 2) https://site.vizor.io 3) https://discoveryour6thsense.com 4) http://www.thevrara.com 5) http://www.firstparallel.com/en/
  • 22. GESCOE, Department of Computer WebVR: Reference() 1. https://mozvr.com/ 2. http://vr.chromeexperiments.com/ 3. https://experiments.withgoogle.com/we bvr 4. https://vr.mozilla.org 5. https://en.wikipedia.org/wiki/WebVR 6. https://aframe.io 7. https://webvr.info/developers/
  • 23. GESCOE, Department of Computer WebVR: End() Thank you