Hello, I am using an OrthographicView to display a 2D manifold from a PointCloudLayer.
I want to create a set of "view control" buttons that the user can use to rotate the viewport both clockwise and counterclockwise. However, the documentation explicitly states that the OrthographicView does not rotate.
I was able to map rotating and panning to buttons with the OrbitView in a previous issue, but I am not sure where to start this time as OrthographicView does not have any rotation props.
My first thought was to create a modified OrbitView that behaves like an OrthographicView but can still rotate, though I wanted to open an issue to ask for any input.
Love the work you guys are doing, thanks.
Hello, I am using an OrthographicView to display a 2D manifold from a PointCloudLayer.
I want to create a set of "view control" buttons that the user can use to rotate the viewport both clockwise and counterclockwise. However, the documentation explicitly states that the OrthographicView does not rotate.
I was able to map rotating and panning to buttons with the OrbitView in a previous issue, but I am not sure where to start this time as OrthographicView does not have any rotation props.
My first thought was to create a modified OrbitView that behaves like an OrthographicView but can still rotate, though I wanted to open an issue to ask for any input.
Love the work you guys are doing, thanks.