https://github.com/activeguild/3d-thumbnail-generator
https://github.com/activeguild/3d-thumbnail-generator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/activeguild/3d-thumbnail-generator
- Owner: activeguild
- Created: 2024-09-05T06:22:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T05:15:47.000Z (about 1 year ago)
- Last Synced: 2025-02-28T21:50:02.720Z (about 1 year ago)
- Language: JavaScript
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D support tool
Create apng thumbnails from the input glb file.
## Usage
- Place the glb file that will be the input for public.
- Please start up the server.
```bash
http-server ./public --cors
```
- Converts the glb specified as public to a path.
```
node index.js 'http://127.0.0.1:8080/sample.glb'
```