arrayfire / forge

High Performance Visualization
221 stars 48 forks source link

Fix per grid rotation arcball hint in grid layout #228

Closed 9prady9 closed 3 years ago

9prady9 commented 3 years ago

Change(s)

Viewport call was not suitable for grid layout rendering. Hence implemented custom logic based on cursor position to figure out viewport from it.

Current Behavior

Per cell rotations are not working for 3D renderables.

New Behavior

Fixed rotations of 3D renderables in grid layout.