I'm using https://bitbucket.org/javieralonso/japanoview to create 360 degree panoramic views for an iOS app. What I want to do now is split the view into 2 identical views and use one input for both of them and be able to use it inside google cardboard. Please help. Thank you.
I once used this as inspiration to do the same thing. https://github.com/nicklockwood/ReflectionView Set reflection to dynamic. View is mirrored but you can fix if by removing values smaller than zero. Also translate method to make it next to each other. Remove gradient drawing and you are set to go :)