more precise wording

This commit is contained in:
Hartmut Seichter 2022-12-14 13:09:04 +01:00
parent 5a47c69425
commit b033c796d8

View file

@ -6,7 +6,7 @@ PixSpace is a successor to the VisionSpace software, based on OpenSceneGraph,
maintained at the HITLabNZ and the VisionSpaceNG, based on Unity maintained at the HITLabNZ and the VisionSpaceNG, based on Unity
at the Graphics and Interaction Lab. at the Graphics and Interaction Lab.
PixSpace deals with: PixSpace deals/ plans to deal with:
- getting tracking data (position and orientation) from a VRPN server - getting tracking data (position and orientation) from a VRPN server
- render composited stereo views allowing for non-linear distortions and overlapping screens - render composited stereo views allowing for non-linear distortions and overlapping screens
@ -17,10 +17,10 @@ PixSpace deals with:
# TODO # TODO
* [x] custom projection matrices * [x] custom projection matrices
* [ ] build a system that updates a cameras frustum (w/ offaxis) * [~] build a system that updates a cameras frustum (w/ offaxis)
* [ ] multiple cameras * [ ] multiple cameras
* [ ] render to texture * [ ] render to texture
* [ ] VRPN (https://github.com/seichter/vrpn-rs) - sync_client.rs seems to do what we need - issue it is Rust 2018 * [~] VRPN (https://github.com/seichter/vrpn-rs) - sync_client.rs seems to do what we need - issue it is Rust 2018
# Contributions # Contributions