mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-15 15:55:18 +02:00
[ui][3D] add EnvironmentMapEntity to display equirectangular images
Load EXR files in the 3D viewport as environment maps mapped on a sphere "attached" to the camera. * improve exr loading strategy by considering depthmaps and env maps * update to DepthMapEntity 2.1 (required to get the loading status)
This commit is contained in:
parent
fbfb7d6143
commit
63ffb20819
5 changed files with 82 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
import DepthMapEntity 2.0
|
||||
import DepthMapEntity 2.1
|
||||
|
||||
/**
|
||||
* Support for Depth Map files (EXR) in Qt3d.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue