SlideShare une entreprise Scribd logo
1  sur  22
Télécharger pour lire hors ligne
Drupal 3D
Intro to Using Web 3D
with Drupal
Brian Hay
brian@virtualrealms.com.au
Brief Bio
● IT Generalist - GFX design & technical
● Mid-late 90s
○ Self-taught web, 3D & VR (VRML)
○ Taught web, multimedia & VRML at Qantm & QUT
● 2000-2005 - ran own business doing VR
● 2006 - discovered Drupal
● Recently getting back into 3D & VR
○ Unity, Blender, THREE.js, WebGL
Virtual Realms Pty Ltd
www.OrbitOwl.com www.Construct3D.com
www.DrupalEnso.org
General application
● This presentation is about Web 3D
● But techniques apply to integrating Drupal
with any external app or service
What is Web 3D?
● Web 3D = any technology that enables interactive 3D
graphics in a web browser
● Historically: VRML, X3D, Papervision3D (Flash) and
many, many others over the last 2 decades
● Until recently, all required proprietary 3D browser
plugins or Flash or Java
● But that’s all changed with WebGL …
WebGL is a game changer
● Plug-in free 3D in the browser with HTML5,
javascript and WebGL
● Modern browsers natively support WebGL
○ Yes, even Microsoft IE (11) and upcoming “Edge”!
● Cross-platform and mobile support
● It just works! TM
○ … on modern hardware and web browsers
What is WebGL?
“WebGL (Web Graphics Library) is a JavaScript API for
rendering interactive 3D computer graphics and 2D
graphics within any compatible web browser without the
use of plug-ins” ~ Wikipedia
● A web standard, started by Mozilla, maintained by
Khronos Group, supported by all major browsers
● Based on OpenGL ES standard
● Uses HTML5 canvas element and DOM
What is WebGL?
● WebGL is a low level API = heavy going for newbies
● But … there are higher level libraries like THREE.js and
x3dom that make it a lot easier to work with WebGL
● Also, visual creation tools like Unity allow export to
WebGL, so you don’t necessarily need to understand
WebGL or THREE.js code
THREE.js
Example:
Spinning
Cube
x3dom Example: Spinning Cube
Related ...
● VR = Virtual Reality, AR = Augmented Reality
● VR Headsets - Oculus Rift (Facebook), Samsung Galaxy Gear VR, Google
Cardboard, HTC Vive, Microsoft HoloLens
● Magic Leap - virtual retinal display
● Leap Motion - hand gesture recognition with a small USB sensor
● Microsoft Kinect
● Mobiles - multitouch and tracking via GPS, accelerometers, cameras
● Mature content creation software: Unity, Unreal, CryEngine, Blender,
3dsmax, Maya, Photoshop, The Gimp, Krita etc
● After a few decades and many false starts VR is finally hitting the
mainstream and attracting big $$ investment
Marketing missteps can’t stop VR :)
Case Studies - Drupal with Web 3D
1. LifeTec Virtual Smart Home
2. TJM Vehicle Builder (not my work)
LifeTec Virtual
Smart Home (VSH)
● Stage 1 of 3 - WIP
● Walk or drive a wheelchair through
a traditional Queensland home to
experience before and after
accessible home modifications.
● Simple Drupal site to allow client
editing of some VR content - points
of interest text
● Site outputs JSON
● JSON loaded & parsed by VSH
● VR points of interest created
LifeTec VSH - DEMO
● Content type:
○ VR Point of Interest (POI)
● Views:
○ List, create and edit VR POIs
○ Output POIs as JSON
● Made with:
○ Drupal 7, adminimal admin theme, admin menu, admin
menu source, views, views json, field permissions, field
readonly, maxlength, node save redirect, login
destination, simplify
Future Possibilities
● Use Drupal to manage, browse and customise all scene assets
(a curated library of assets)
○ 3D models
○ Textures
○ Materials
○ Audio
○ Video
○ Text (& translations!)
○ Metadata
● Better integration between 3D scene & Drupal
○ 2-way using Drupal feeds, services, views JSON etc
● Drupal 8 complete WebGL frontend theme!
TJM Vehicle Builder
● By Chris Brown (2pha) and iFactory Brisbane
● Drupal Commerce + THREE.js
Vehicle builder frontend THREE.js material creation & preview
TJM Vehicle Builder - DEMO
● Select vehicle make, model, series
● Customise colours & add accessories
● Add chosen options to Drupal Commerce
cart
● Submit enquiry
● Session persistence (return to same vehicle)
Web 3D Resources
● WebGL on Wikipedia
● WebGL browser compatibility table
● Official Khronos Group WebGL specs and docs
● JS libs to simplify working with WebGL:
○ THREE.js - by far the most popular!
○ Scene.js
○ x3dom (pronounced x-freedom)
● Web3D Consortium (ISO standards for 3D on the web)
Drupal + Web 3D Resources
● TJM website with WebGL vehicle builder
○ Drupal Commerce + THREE.js
○ By Chris Brown (2pha) and iFactory, Brisbane
● CAM3D Three sandbox module
● X3DOM sandbox module
THREE.js Examples (Non-Drupal)
These are non-Drupal … but they could be!
● Clara.io - full 3D modelling and animation app in the
browser
● Planner5D - 3D home interior design app
● Hero Forge Custom Miniatures - design and 3D print
your own board game miniatures
● Games: GoreScript, HelloRun & Racer-S
● Data viz: globe
● And many more ...
~ END ~
Thanks!

Contenu connexe

Tendances

Презентация франшизы Bubble Сhai
Презентация франшизы Bubble СhaiПрезентация франшизы Bubble Сhai
Презентация франшизы Bubble СhaiBubble Chai
 
Progeria Power Point Edited
Progeria Power Point EditedProgeria Power Point Edited
Progeria Power Point EditedNytia Jenkins
 
ドメイン駆動設計という設計スタイル
ドメイン駆動設計という設計スタイルドメイン駆動設計という設計スタイル
ドメイン駆動設計という設計スタイル増田 亨
 
D8でコンテンツをレイアウトする手法について
D8でコンテンツをレイアウトする手法についてD8でコンテンツをレイアウトする手法について
D8でコンテンツをレイアウトする手法についてKenji Shirane
 
DDD sample code explained in Java
DDD sample code explained in JavaDDD sample code explained in Java
DDD sample code explained in Java増田 亨
 
Grown ups film poster analysis
Grown ups film poster analysisGrown ups film poster analysis
Grown ups film poster analysisSarah Hicks
 
[DL輪読会] Efficient Neural Audio Synthesis
[DL輪読会] Efficient Neural Audio Synthesis[DL輪読会] Efficient Neural Audio Synthesis
[DL輪読会] Efficient Neural Audio Synthesiskazuyuki hiroshiba
 
Stress Test & Chaos Engineering
Stress Test & Chaos EngineeringStress Test & Chaos Engineering
Stress Test & Chaos EngineeringDiego Pacheco
 
搞懂Java例外處理的難題:Checked與Unchecked Exceptions不再是問題
搞懂Java例外處理的難題:Checked與Unchecked Exceptions不再是問題搞懂Java例外處理的難題:Checked與Unchecked Exceptions不再是問題
搞懂Java例外處理的難題:Checked與Unchecked Exceptions不再是問題teddysoft
 
MongoDBとAjaxで作る解析フロントエンド&GraphDBを用いたソーシャルデータ解析
MongoDBとAjaxで作る解析フロントエンド&GraphDBを用いたソーシャルデータ解析MongoDBとAjaxで作る解析フロントエンド&GraphDBを用いたソーシャルデータ解析
MongoDBとAjaxで作る解析フロントエンド&GraphDBを用いたソーシャルデータ解析Takahiro Inoue
 
Artificial Intelligence 2018
Artificial Intelligence 2018Artificial Intelligence 2018
Artificial Intelligence 2018Joud Khattab
 
「実践ドメイン駆動設計」社内読書会まとめ ~IDDD本難民に捧げる1章から7章~
「実践ドメイン駆動設計」社内読書会まとめ ~IDDD本難民に捧げる1章から7章~「実践ドメイン駆動設計」社内読書会まとめ ~IDDD本難民に捧げる1章から7章~
「実践ドメイン駆動設計」社内読書会まとめ ~IDDD本難民に捧げる1章から7章~A AOKI
 
ぐるぐるDDD/Scrum - モデリングと実装のうずまきをまわそう
ぐるぐるDDD/Scrum - モデリングと実装のうずまきをまわそうぐるぐるDDD/Scrum - モデリングと実装のうずまきをまわそう
ぐるぐるDDD/Scrum - モデリングと実装のうずまきをまわそうKiro Harada
 

Tendances (20)

Java On CRaC
Java On CRaCJava On CRaC
Java On CRaC
 
E.G.G.卒業生コメント
E.G.G.卒業生コメントE.G.G.卒業生コメント
E.G.G.卒業生コメント
 
Презентация франшизы Bubble Сhai
Презентация франшизы Bubble СhaiПрезентация франшизы Bubble Сhai
Презентация франшизы Bubble Сhai
 
Progeria Power Point Edited
Progeria Power Point EditedProgeria Power Point Edited
Progeria Power Point Edited
 
ドメイン駆動設計という設計スタイル
ドメイン駆動設計という設計スタイルドメイン駆動設計という設計スタイル
ドメイン駆動設計という設計スタイル
 
AI Revolution In Design
AI Revolution In DesignAI Revolution In Design
AI Revolution In Design
 
D8でコンテンツをレイアウトする手法について
D8でコンテンツをレイアウトする手法についてD8でコンテンツをレイアウトする手法について
D8でコンテンツをレイアウトする手法について
 
DDD sample code explained in Java
DDD sample code explained in JavaDDD sample code explained in Java
DDD sample code explained in Java
 
Grown ups film poster analysis
Grown ups film poster analysisGrown ups film poster analysis
Grown ups film poster analysis
 
[DL輪読会] Efficient Neural Audio Synthesis
[DL輪読会] Efficient Neural Audio Synthesis[DL輪読会] Efficient Neural Audio Synthesis
[DL輪読会] Efficient Neural Audio Synthesis
 
Stress Test & Chaos Engineering
Stress Test & Chaos EngineeringStress Test & Chaos Engineering
Stress Test & Chaos Engineering
 
SOLID Principles
SOLID PrinciplesSOLID Principles
SOLID Principles
 
Vera cruz
Vera cruzVera cruz
Vera cruz
 
搞懂Java例外處理的難題:Checked與Unchecked Exceptions不再是問題
搞懂Java例外處理的難題:Checked與Unchecked Exceptions不再是問題搞懂Java例外處理的難題:Checked與Unchecked Exceptions不再是問題
搞懂Java例外處理的難題:Checked與Unchecked Exceptions不再是問題
 
MongoDBとAjaxで作る解析フロントエンド&GraphDBを用いたソーシャルデータ解析
MongoDBとAjaxで作る解析フロントエンド&GraphDBを用いたソーシャルデータ解析MongoDBとAjaxで作る解析フロントエンド&GraphDBを用いたソーシャルデータ解析
MongoDBとAjaxで作る解析フロントエンド&GraphDBを用いたソーシャルデータ解析
 
Artificial Intelligence 2018
Artificial Intelligence 2018Artificial Intelligence 2018
Artificial Intelligence 2018
 
Hvordan markedsføre under reklameforbud?
Hvordan markedsføre under reklameforbud?Hvordan markedsføre under reklameforbud?
Hvordan markedsføre under reklameforbud?
 
「実践ドメイン駆動設計」社内読書会まとめ ~IDDD本難民に捧げる1章から7章~
「実践ドメイン駆動設計」社内読書会まとめ ~IDDD本難民に捧げる1章から7章~「実践ドメイン駆動設計」社内読書会まとめ ~IDDD本難民に捧げる1章から7章~
「実践ドメイン駆動設計」社内読書会まとめ ~IDDD本難民に捧げる1章から7章~
 
GPT-X
GPT-XGPT-X
GPT-X
 
ぐるぐるDDD/Scrum - モデリングと実装のうずまきをまわそう
ぐるぐるDDD/Scrum - モデリングと実装のうずまきをまわそうぐるぐるDDD/Scrum - モデリングと実装のうずまきをまわそう
ぐるぐるDDD/Scrum - モデリングと実装のうずまきをまわそう
 

Similaire à Drupal 3D - Intro to Using Web 3D with Drupal

Power of WebGL (FSTO 2014)
Power of WebGL (FSTO 2014)Power of WebGL (FSTO 2014)
Power of WebGL (FSTO 2014)Verold
 
3D Programming Basics: WebGL
3D Programming Basics: WebGL3D Programming Basics: WebGL
3D Programming Basics: WebGLGlobant
 
Castle Game Engine and the joy of making and using a custom game engine
Castle Game Engine and the joy  of making and using a custom game engineCastle Game Engine and the joy  of making and using a custom game engine
Castle Game Engine and the joy of making and using a custom game engineMichalis Kamburelis
 
Web3D - Semantic standards, WebGL, HCI
Web3D - Semantic standards, WebGL, HCIWeb3D - Semantic standards, WebGL, HCI
Web3D - Semantic standards, WebGL, HCIVictor Porof
 
AD109 Navigating the Jungle of Modern Web Development
AD109 Navigating the Jungle of Modern Web DevelopmentAD109 Navigating the Jungle of Modern Web Development
AD109 Navigating the Jungle of Modern Web DevelopmentShean McManus
 
Introduction to WebGL - 1st WebGL meetup Amsterdam
Introduction to WebGL - 1st WebGL meetup AmsterdamIntroduction to WebGL - 1st WebGL meetup Amsterdam
Introduction to WebGL - 1st WebGL meetup AmsterdamThreeDee Media
 
Amsterdam HTML5 Game Developement Meetup - ThreeDee Media presentation
Amsterdam HTML5 Game Developement Meetup - ThreeDee Media presentationAmsterdam HTML5 Game Developement Meetup - ThreeDee Media presentation
Amsterdam HTML5 Game Developement Meetup - ThreeDee Media presentationThreeDee Media
 
Sx sw speaker proposal slides
Sx sw speaker proposal slidesSx sw speaker proposal slides
Sx sw speaker proposal slidesMitch Williams
 
3D INTERNET
3D INTERNET3D INTERNET
3D INTERNETrahulrj9
 
Servo: A Web View From Somewhere Else
Servo: A Web View From Somewhere ElseServo: A Web View From Somewhere Else
Servo: A Web View From Somewhere ElseIgalia
 
Building a Better Web with HTML5 and CSS3
Building a Better Web with HTML5 and CSS3Building a Better Web with HTML5 and CSS3
Building a Better Web with HTML5 and CSS3Karambir Singh Nain
 
HTML5 New Features and Resources
HTML5 New Features and ResourcesHTML5 New Features and Resources
HTML5 New Features and ResourcesRon Reiter
 
Blender presentation at SIGGRAPH 2013
Blender presentation at SIGGRAPH 2013Blender presentation at SIGGRAPH 2013
Blender presentation at SIGGRAPH 2013prokoudine
 
3D INTERNET Technical Seminar
3D INTERNET Technical Seminar3D INTERNET Technical Seminar
3D INTERNET Technical Seminarvindhya Mudududla
 
The Chromium/Wayland project (Web Engines Hackfest 2017)
The Chromium/Wayland project (Web Engines Hackfest 2017)The Chromium/Wayland project (Web Engines Hackfest 2017)
The Chromium/Wayland project (Web Engines Hackfest 2017)Igalia
 
Thoughts on the 3D printing revolution and its consequences on the web's future
Thoughts on the 3D printing revolution and its consequences on the web's futureThoughts on the 3D printing revolution and its consequences on the web's future
Thoughts on the 3D printing revolution and its consequences on the web's futureNils Perret
 
Serverless computing with Google Cloud
Serverless computing with Google CloudServerless computing with Google Cloud
Serverless computing with Google Cloudwesley chun
 
JavascriptMVC: Another choice of web framework
JavascriptMVC: Another choice of web frameworkJavascriptMVC: Another choice of web framework
JavascriptMVC: Another choice of web frameworkAlive Kuo
 

Similaire à Drupal 3D - Intro to Using Web 3D with Drupal (20)

Power of WebGL (FSTO 2014)
Power of WebGL (FSTO 2014)Power of WebGL (FSTO 2014)
Power of WebGL (FSTO 2014)
 
3D Programming Basics: WebGL
3D Programming Basics: WebGL3D Programming Basics: WebGL
3D Programming Basics: WebGL
 
Castle Game Engine and the joy of making and using a custom game engine
Castle Game Engine and the joy  of making and using a custom game engineCastle Game Engine and the joy  of making and using a custom game engine
Castle Game Engine and the joy of making and using a custom game engine
 
Web3D - Semantic standards, WebGL, HCI
Web3D - Semantic standards, WebGL, HCIWeb3D - Semantic standards, WebGL, HCI
Web3D - Semantic standards, WebGL, HCI
 
AD109 Navigating the Jungle of Modern Web Development
AD109 Navigating the Jungle of Modern Web DevelopmentAD109 Navigating the Jungle of Modern Web Development
AD109 Navigating the Jungle of Modern Web Development
 
Introduction to WebGL - 1st WebGL meetup Amsterdam
Introduction to WebGL - 1st WebGL meetup AmsterdamIntroduction to WebGL - 1st WebGL meetup Amsterdam
Introduction to WebGL - 1st WebGL meetup Amsterdam
 
Amsterdam HTML5 Game Developement Meetup - ThreeDee Media presentation
Amsterdam HTML5 Game Developement Meetup - ThreeDee Media presentationAmsterdam HTML5 Game Developement Meetup - ThreeDee Media presentation
Amsterdam HTML5 Game Developement Meetup - ThreeDee Media presentation
 
Sx sw speaker proposal slides
Sx sw speaker proposal slidesSx sw speaker proposal slides
Sx sw speaker proposal slides
 
3D INTERNET
3D INTERNET3D INTERNET
3D INTERNET
 
IT in 2017
IT in 2017IT in 2017
IT in 2017
 
Servo: A Web View From Somewhere Else
Servo: A Web View From Somewhere ElseServo: A Web View From Somewhere Else
Servo: A Web View From Somewhere Else
 
Building a Better Web with HTML5 and CSS3
Building a Better Web with HTML5 and CSS3Building a Better Web with HTML5 and CSS3
Building a Better Web with HTML5 and CSS3
 
HTML5 New Features and Resources
HTML5 New Features and ResourcesHTML5 New Features and Resources
HTML5 New Features and Resources
 
Blender presentation at SIGGRAPH 2013
Blender presentation at SIGGRAPH 2013Blender presentation at SIGGRAPH 2013
Blender presentation at SIGGRAPH 2013
 
The Appy Hour
The Appy HourThe Appy Hour
The Appy Hour
 
3D INTERNET Technical Seminar
3D INTERNET Technical Seminar3D INTERNET Technical Seminar
3D INTERNET Technical Seminar
 
The Chromium/Wayland project (Web Engines Hackfest 2017)
The Chromium/Wayland project (Web Engines Hackfest 2017)The Chromium/Wayland project (Web Engines Hackfest 2017)
The Chromium/Wayland project (Web Engines Hackfest 2017)
 
Thoughts on the 3D printing revolution and its consequences on the web's future
Thoughts on the 3D printing revolution and its consequences on the web's futureThoughts on the 3D printing revolution and its consequences on the web's future
Thoughts on the 3D printing revolution and its consequences on the web's future
 
Serverless computing with Google Cloud
Serverless computing with Google CloudServerless computing with Google Cloud
Serverless computing with Google Cloud
 
JavascriptMVC: Another choice of web framework
JavascriptMVC: Another choice of web frameworkJavascriptMVC: Another choice of web framework
JavascriptMVC: Another choice of web framework
 

Dernier

Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
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.soniya singh
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Onlineanilsa9823
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 

Dernier (20)

Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
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.
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 

Drupal 3D - Intro to Using Web 3D with Drupal

  • 1. Drupal 3D Intro to Using Web 3D with Drupal Brian Hay brian@virtualrealms.com.au
  • 2. Brief Bio ● IT Generalist - GFX design & technical ● Mid-late 90s ○ Self-taught web, 3D & VR (VRML) ○ Taught web, multimedia & VRML at Qantm & QUT ● 2000-2005 - ran own business doing VR ● 2006 - discovered Drupal ● Recently getting back into 3D & VR ○ Unity, Blender, THREE.js, WebGL
  • 3. Virtual Realms Pty Ltd www.OrbitOwl.com www.Construct3D.com www.DrupalEnso.org
  • 4. General application ● This presentation is about Web 3D ● But techniques apply to integrating Drupal with any external app or service
  • 5. What is Web 3D? ● Web 3D = any technology that enables interactive 3D graphics in a web browser ● Historically: VRML, X3D, Papervision3D (Flash) and many, many others over the last 2 decades ● Until recently, all required proprietary 3D browser plugins or Flash or Java ● But that’s all changed with WebGL …
  • 6. WebGL is a game changer ● Plug-in free 3D in the browser with HTML5, javascript and WebGL ● Modern browsers natively support WebGL ○ Yes, even Microsoft IE (11) and upcoming “Edge”! ● Cross-platform and mobile support ● It just works! TM ○ … on modern hardware and web browsers
  • 7. What is WebGL? “WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 3D computer graphics and 2D graphics within any compatible web browser without the use of plug-ins” ~ Wikipedia ● A web standard, started by Mozilla, maintained by Khronos Group, supported by all major browsers ● Based on OpenGL ES standard ● Uses HTML5 canvas element and DOM
  • 8. What is WebGL? ● WebGL is a low level API = heavy going for newbies ● But … there are higher level libraries like THREE.js and x3dom that make it a lot easier to work with WebGL ● Also, visual creation tools like Unity allow export to WebGL, so you don’t necessarily need to understand WebGL or THREE.js code
  • 11. Related ... ● VR = Virtual Reality, AR = Augmented Reality ● VR Headsets - Oculus Rift (Facebook), Samsung Galaxy Gear VR, Google Cardboard, HTC Vive, Microsoft HoloLens ● Magic Leap - virtual retinal display ● Leap Motion - hand gesture recognition with a small USB sensor ● Microsoft Kinect ● Mobiles - multitouch and tracking via GPS, accelerometers, cameras ● Mature content creation software: Unity, Unreal, CryEngine, Blender, 3dsmax, Maya, Photoshop, The Gimp, Krita etc ● After a few decades and many false starts VR is finally hitting the mainstream and attracting big $$ investment
  • 13. Case Studies - Drupal with Web 3D 1. LifeTec Virtual Smart Home 2. TJM Vehicle Builder (not my work)
  • 14. LifeTec Virtual Smart Home (VSH) ● Stage 1 of 3 - WIP ● Walk or drive a wheelchair through a traditional Queensland home to experience before and after accessible home modifications. ● Simple Drupal site to allow client editing of some VR content - points of interest text ● Site outputs JSON ● JSON loaded & parsed by VSH ● VR points of interest created
  • 15. LifeTec VSH - DEMO ● Content type: ○ VR Point of Interest (POI) ● Views: ○ List, create and edit VR POIs ○ Output POIs as JSON ● Made with: ○ Drupal 7, adminimal admin theme, admin menu, admin menu source, views, views json, field permissions, field readonly, maxlength, node save redirect, login destination, simplify
  • 16. Future Possibilities ● Use Drupal to manage, browse and customise all scene assets (a curated library of assets) ○ 3D models ○ Textures ○ Materials ○ Audio ○ Video ○ Text (& translations!) ○ Metadata ● Better integration between 3D scene & Drupal ○ 2-way using Drupal feeds, services, views JSON etc ● Drupal 8 complete WebGL frontend theme!
  • 17. TJM Vehicle Builder ● By Chris Brown (2pha) and iFactory Brisbane ● Drupal Commerce + THREE.js Vehicle builder frontend THREE.js material creation & preview
  • 18. TJM Vehicle Builder - DEMO ● Select vehicle make, model, series ● Customise colours & add accessories ● Add chosen options to Drupal Commerce cart ● Submit enquiry ● Session persistence (return to same vehicle)
  • 19. Web 3D Resources ● WebGL on Wikipedia ● WebGL browser compatibility table ● Official Khronos Group WebGL specs and docs ● JS libs to simplify working with WebGL: ○ THREE.js - by far the most popular! ○ Scene.js ○ x3dom (pronounced x-freedom) ● Web3D Consortium (ISO standards for 3D on the web)
  • 20. Drupal + Web 3D Resources ● TJM website with WebGL vehicle builder ○ Drupal Commerce + THREE.js ○ By Chris Brown (2pha) and iFactory, Brisbane ● CAM3D Three sandbox module ● X3DOM sandbox module
  • 21. THREE.js Examples (Non-Drupal) These are non-Drupal … but they could be! ● Clara.io - full 3D modelling and animation app in the browser ● Planner5D - 3D home interior design app ● Hero Forge Custom Miniatures - design and 3D print your own board game miniatures ● Games: GoreScript, HelloRun & Racer-S ● Data viz: globe ● And many more ...