Returns true if there are saved viewpoints (used for dumping to config). */
| 568 | /** Returns true if there are saved viewpoints (used for dumping to config). |
| 569 | */ |
| 570 | bool hasSavedViewpoints() { return mViewpoints.size() > 1; } |
| 571 | |
| 572 | /** Get the set of geometry types used in the scene. |
| 573 | \return A bit field containing the set of geometry types. |