An open API service indexing awesome lists of open source software.

https://github.com/schlomoh/3d_ecommerce_rnd

This was a RnD project for extending the Three.js base viewer similarly to the google <model-viewer /> but more streamlined. It supports creating hotspots on the loaded model, camera dolly animations, and some other things. This was also a try to keep it as vanilla as possible, so no real deps.
https://github.com/schlomoh/3d_ecommerce_rnd

lit-element model-viewer rnd three-js threejs webcomponent webcomponents

Last synced: 2 months ago
JSON representation

This was a RnD project for extending the Three.js base viewer similarly to the google <model-viewer /> but more streamlined. It supports creating hotspots on the loaded model, camera dolly animations, and some other things. This was also a try to keep it as vanilla as possible, so no real deps.

Awesome Lists containing this project

README

          

# 3D_ecommerce_rnd

## Usage

To change the model change the `modelSrc` prop inside the `index.html` file.

*To start dev server*
```shell
npm run dev
```

*To build*
```shell
npm run build
```