Results 681 comments of Alireza

No there is no other method. Our VolumeViewport is currently an MPR viewport, so it has clipping planes. It has a Perspective for [polyData actors](https://www.cornerstonejs.org/live-examples/polydataactormanipulationtools). For "real" 3D Viewport we...

The reason is that resizing is not hooked to the window resize in the demos, you should listen to window size change and trigger a resize on renderingEngine

Yeah I noticed that and I have a fixed locally. I'll push it

Hey, glad to see that you have some progress on this. One small note, you need to add the name of the example folder [here](https://github.com/cornerstonejs/cornerstone3D-beta/blob/ed23f05b23063769942328f9e6797d792767ec49/utils/ExampleRunner/example-info.json) for it to show up...

@dxlin Cornerstone3D does not have dependency on dcmjs (and we don't want to add that), hmmm, I'm wondering if then PR to Cornerstone is a bad idea. Let's try to...

I'm not following what your issue is. You want to synchronize any viewport with any other viewport? like a CT with PT?

This looks great at first sight. So are you plannig to uncommente the touch event listeners in annotation tools later? Like here https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/tools/src/tools/annotation/LengthTool.ts#L490 Also, are you saying we don't need...

Hammer.js would add MULTI_TOUCH_PAN, PINCH, and ROTATE, PRESS (longer and tap)

Example to get shown need to be added [here](https://github.com/cornerstonejs/cornerstone3D-beta/find/main)

In case of changing serve, we need to update the docs