This repository contains the code to run the Dimensions Demo website.
To run this website locally:
-
Clone this repository
-
Load index.html directly in your browser or serve it with a utility such as http-server:
git clone https://github.com/cloudinary-devs/dimensions-demo-site.git
npm install -g http-server
http-server dimensions-demo-site
any other equivalent util would work as well
Note that the 3D Models and images are loaded from our demo account. If you'd like to test the site with your own assets, you'd need to:
- Register your (free) account at: https://dimensions.cloudinary.com
- Upload 1 or more models and generate assets from them
- Update the product IDs in the PRODUCTS_INFO array (product.js)
- Update the template names in each of the product objects (product.js)
- Change to your account name in the
initDimensions
call config (product.js)
More information on how to integrate Dimensions with your website can be found here: https://www.welcome.dimensions.cloudinary.com/post/set-website-integration
Dimensions is a turnkey product by Cloudinary for developers, designed to create and deliver engaging 3D immersive experiences while increasing content velocity.
With Dimensions, developers can implement the following functionalities at scale using an API:
Generate and serve product image and video creatives derived from the product's 3D model. Enable consumers to explore products with an immersive 3D experience by generating and serving a 3D viewer widget. Enable consumers to explore products using an augmented reality immersive experience.