You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packages/com.doji.genesis/CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.0] - 2023-02-23
9
+
10
+
### Added
11
+
12
+
- Add option to extract mesh from a DepthSkybox object.
13
+
14
+
### Changed
15
+
16
+
- Rotate and mirror the output of depth estimation so it matches the input texture.
17
+
8
18
## [0.0.2] - 2023-02-23
9
19
10
20
### Fixed
11
21
12
22
- 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 commit comments