Releases: julienkay/com.doji.genesis
Releases · julienkay/com.doji.genesis
0.2.0
Removed
- Removed the option to import skyboxes directly via their ID.
0.1.3
Fixed
- Fixed possible IndexOutOfRangeException with bilinear depth sampling when extracting meshes.
0.1.2
Fixed
- Fix errors due to invalid paths on macOS.
0.1.1
Fixed
- Added missing dependency on the Newtonsoft Json Unity Package.
0.1.0
Added
- Add an option to extract a mesh from a DepthSkybox object.
Changed
- Rotate and mirror the output of depth estimation so it matches the input texture.
0.0.2
Fixed
- Fixed depth calculations. Absolute depth is now inferred from inverse depth by exposing a scale factor as a material property. This should get rid of distorted areas near the poles and depth in general should feel be more correct.