We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741479a commit 0e72346Copy full SHA for 0e72346
Sources/Rendering/Misc/RemoteView/index.js
@@ -183,9 +183,9 @@ function vtkRemoteView(publicAPI, model) {
183
};
184
185
// Initialize viewStream if available
186
- if (model.viewStream) {
187
- publicAPI.setViewStream(model.viewStream);
188
- }
+ // if (model.viewStream) {
+ // publicAPI.setViewStream(model.viewStream);
+ // }
189
}
190
191
// ----------------------------------------------------------------------------
0 commit comments