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.
- Host: GitHub
- URL: https://github.com/schlomoh/3d_ecommerce_rnd
- Owner: Schlomoh
- Created: 2022-08-09T13:22:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T04:57:47.000Z (over 1 year ago)
- Last Synced: 2025-03-05T23:11:50.033Z (over 1 year ago)
- Topics: lit-element, model-viewer, rnd, three-js, threejs, webcomponent, webcomponents
- Language: TypeScript
- Homepage:
- Size: 50.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```