It looks like if you have a pattern as the background on a TextureActive the orbitControls don't work on the backing. If I change it to a single color they work?
That is right - that is expected behavior - pressing on any DisplayObject will override the OrbitControls. You can set the pattern.noMouse() and it will be how you are wanting.
1 Like