[Remote rendering 4.5] Remote camera interaction end-to-end
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 55/100
- Tipo di issue
- Funzionalità
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Attiva
- Stack tecnologico
- python
- Ambito
- computer-graphics, full-stack
Direzione di ricerca
Inizia tracciando l’emissione degli eventi di RemoteCanvas e il percorso dell’interactor lato server, quindi esamina vtkRemoteInteractionAdapter.ProcessEvent e le diverse strutture degli eventi JSON descritte qui. Conferma il formato dell’evento previsto o l’approccio di dispatch diretto; il lavoro è completato quando rotazione, pan e zoom funzionano in modalità remota e i frame aggiornati vengono trasmessi nuovamente.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
📝 Description of the feature
Make rotate, pan, and zoom work against the server-side interactor: the client forwards the interaction event, the server applies it to the camera, renders, and streams the updated frame back. The stock interaction adapter doesn't reliably handle the event format the canvas emits, so a direct dispatch stands in.
Note:
In the spike, the stock vtkRemoteInteractionAdapter.ProcessEvent didn't recognize the JSON event format RemoteCanvas emits, because RemoteCanvas was emitting different event shapes (e.g. both flat {x, y} and nested {position: {x, y}} shapes.
A workaround was used in the spike, dispatching events directly to an interactor instead of going through the adapter, since it wasn't clear whether the adapter's strict behavior is intended or an upstream issue whose fix is to accept both shapes.
If a similar issue is encountered in the course of this user story, we could first check with Kitware on whether we resolve the issue by conforming RemoteCanvas to a single shape or whether the fix is on the adapter side (if it's not intended to be as strict)
Acceptance Criteria
Rotate, pan, and zoom work in remote mode.
💵 Business Value
No response
🔗 Useful links and references
No response
- Lingua principale
- Python
- Stelle
- 1
- Fork
- 0
- Merge medio
- 1g 21h
- PR unite (30g)
- 47
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di ansys/Visual-Interactive-Simulation-Object-Renderer
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 50/100
-
Library updates Apertatechnical
ansys/Visual-Interactive-Simulation-Object-Renderer#136 · 1 assegnatario ·
-
[User Story]: Fix workflows Apertamaintenance
ansys/Visual-Interactive-Simulation-Object-Renderer#131 · 1 assegnatario ·
-
Release 1.0.2 Apertamaintenance
ansys/Visual-Interactive-Simulation-Object-Renderer#130 · 1 assegnatario ·
-
enhancement
ansys/Visual-Interactive-Simulation-Object-Renderer#126 · 1 assegnatario ·
Tutte le issue di ansys/Visual-Interactive-Simulation-Object-Renderer
Issue simili
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
stephrobert/dsoxlab#238 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
sublimehq/package_control#1780 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
nwg-piotr/nwg-displays#145 ·