MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / hasSavedViewpoints

Function hasSavedViewpoints

Source/Falcor/Scene/Scene.h:570–570  ·  view source on GitHub ↗

Returns true if there are saved viewpoints (used for dumping to config). */

Source from the content-addressed store, hash-verified

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.

Callers 1

getScriptMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected