Skip to content

Releases: julienkay/com.doji.genesis

0.2.0

28 Mar 20:01
Compare
Choose a tag to compare

Removed

  • Removed the option to import skyboxes directly via their ID.

0.1.3

07 Mar 04:15
Compare
Choose a tag to compare

Fixed

  • Fixed possible IndexOutOfRangeException with bilinear depth sampling when extracting meshes.

0.1.2

24 Feb 14:38
Compare
Choose a tag to compare

Fixed

  • Fix errors due to invalid paths on macOS.

0.1.1

24 Feb 12:46
Compare
Choose a tag to compare

Fixed

  • Added missing dependency on the Newtonsoft Json Unity Package.

0.1.0

23 Feb 21:57
Compare
Choose a tag to compare

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

23 Feb 03:54
Compare
Choose a tag to compare

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.

0.0.1

22 Feb 02:32
Compare
Choose a tag to compare

Initial Release