| 192 | } |
| 193 | |
| 194 | static MurmurHash sceneHash( SceneInterface &m, SceneInterface::HashType hashType, double time ) |
| 195 | { |
| 196 | MurmurHash h; |
| 197 | m.hash( hashType, time, h ); |
| 198 | return h; |
| 199 | } |
| 200 | |
| 201 | static list setNames( const SceneInterface &m, bool includeDescendantSets = true ) |
| 202 | { |