summaryrefslogtreecommitdiffstats
path: root/examples/multiviewport/multiviewport.pro
Commit message (Collapse)AuthorAgeFilesLines
* Move CameraController in the input aspectKevin Ottens2015-01-231-1/+1
| | | | | | | | | | | | | | | With this move it also becomes a private class. As a result I had to touch all the examples as you won't get camera navigation anymore if the input aspect is not registered. Quick3DConfiguration doesn't depend on the QuickWindow singleton hack anymore, it tries to get back to the aspects and set the camera on the ones having a corresponding property. It also mostly empties Window and QuickWindow. Change-Id: Ife1644bd338e51929bad1e99089bd5e4c68ebc68 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Added multiviewport examplePaul Lemire2014-05-301-0/+16
Change-Id: I04f20d6c46891ebd3a7b550c181a3e554f30a384 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>