Youtube AR Tutorial - 100% Free!
I did it. I finally made a tutorial on the internet! In around six minutes you can learn to make an AR gallery, as a webpage, no app install, that runs on IOS and Android, all for free. Blender is free, ModelViewer is free, Glitch.com is free
https://www.blender.org/
https://modelviewer.dev/
https://glitch.com/
and here's me, super caffinated, telling you how to do it
Create a scene
In Blender, first enable the import images as planes addon (if it isn’t already) Preferences -> Addons -> Search “Images” -> enable.
Make a scale reference
Arrange Images and Models
Export everything except the scale reference as a GLB file
Go to https://modelviewer.dev/editor/
Upload the model
Download the scene
Download the loading image poster
Go to glitch.com
Log in or create an account
Make a new blank project
Name it something you like
Delete every file
Upload every file you downloaded from ModelViewer
Fix references
1.) go to each asset like the loading poster
2.) click it, copy url
3.) find the reference to that asset in your index.html file ( should be the name of the file in quotation marks e.g. "aricon.png" )
4.) replace the text in the quotation marks with the long ass URL that you copied from the asset page
5.) repeat that until you have fixed all the references
Open the preview URL on your phone
… profit?
Comments