Number5
Visualisierung 2 Project - Florian Schober (0828151, f.schober@live.com), Andreas Walch (0926780, walch.andreas89@gmail.com)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Enumerations
Picker.hpp File Reference
#include "HighlightTargetEffect.hpp"

Go to the source code of this file.

Classes

class  Picker
 

Enumerations

enum  PickerUpdateMode { Static, Dynamic }
 

Enumeration Type Documentation

enum PickerUpdateMode
strong

PickerUpdateMode is a collection of modes that can be used by the picker to update its data-structures

Enumerator
Static 

After every change of view/proj-matrix, the whole fbo is read back and organized into a quad-tree. Usefull if we have a static-scene and hardly any view-recalculations.

Dynamic 

Every frame the necessary area around the cursor is read-back and organized into a quad-tree. Usefull for dynamic scenes.

Definition at line 10 of file Picker.hpp.