mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 18:06:31 +02:00
[ui][3D] expose status on EnvironmentMapEntity
get loading status when env map is loading in 3D view
This commit is contained in:
parent
63ffb20819
commit
5a4384916e
2 changed files with 8 additions and 2 deletions
|
@ -22,6 +22,8 @@ Entity {
|
|||
property alias rings: sphereMesh.rings
|
||||
/// Position of the sphere
|
||||
property alias position: transform.translation
|
||||
/// Texture loading status
|
||||
property alias status: textureLoader.status
|
||||
|
||||
components: [
|
||||
SphereMesh {
|
||||
|
@ -39,6 +41,7 @@ Entity {
|
|||
shininess: 0
|
||||
specular: "#000"
|
||||
diffuse: TextureLoader {
|
||||
id: textureLoader
|
||||
magnificationFilter: Texture.Linear
|
||||
mirrored: true
|
||||
source: root.source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue