Implementing Virtual Reality for a Car Dealership Web Application
The Car dealership web app will require 360 images of cars of all sides and there will be a walkthrough similar to Google Maps Images.
i added an example of the 360 image car interior using aframe on app.component.html i.e the root component, whats next is learning how to do the 360 image walkthrough or 360 slideshow (rotate show to be precise..lol)
we have limited number of test images, only few 360 panorama images are online
All Angular 7 dependencies are required, you will obviously find them in package.json so no qawms
- Aframe WebVR Framework is required, on Now to install Aframe to work with angular check out this article on medium, or check on any relevanta article online
##Angular Infos the below information is from angular
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.