Releases: bwasty/gltf-viewer
Releases · bwasty/gltf-viewer
0.4.1
0.4.0
0.3.1
See CHANGELOG.md
0.3.0
See CHANGELOG.md
0.2.0
- replace
WASD+mouse
navigation withOrbitControls
based on three.js:- rotate: left click + drag
- pan: right click + drag (still a bit buggy after rotation/zoom)
- zoom: mouse wheel
- add
--count
parameter (short-c
) to generate multiple screenshots, rotating evenly spaced around the object (#10) - add
--headless
parameter for real headless screenshot generation. Unfortunately it only works on macOS. For a workaround usingxvfb
/Docker see here.- Docker images are automatically built for each branch & tag: https://hub.docker.com/r/bwasty/gltf-viewer/
- change background for screenshots to be transparent
0.1.0
- add PBR shading
- add screenshot generation via parameter (
-s, --screenshot <FILE>
)- Note: currently creates a hidden window, as the "headless" mode of
glutin
did not work as expected
- Note: currently creates a hidden window, as the "headless" mode of
- Determine 'nice' initial camera position from bounding box of scene
- doesn't work in all cases yet
- glTF cameras are still ignored
- update gltf crate to 0.9.2
- remove URL parameter (HTTP handling needs to be re-implemented differently after large changes to the
gltf
crate)