Rubber Hand VR  V1.0
Toolkit for developing VR neuroplasticity experiments relying on the leap motion hand tracker
HandVR.ModificationExamples Namespace Reference

Examples of custom hand modifications More...

Classes

class  DisplacementPostProcessProvider
 Example of a modification that uses a PostProcessProvider - the hand slider class uses this in order to shift the hand position More...
 
class  HandScaler
 Example of a hand modification - scales the given hand to the value in scaleFactor. All actual scaling functionality is in HandModifierManager More...
 
class  HandSlider
 Example of a hand modification - displaces the given hand to the value in displacement. If usePostProcess is checked, actual functionality is in DisplacementPostProcess. Otherwise, functionality is in HandModifierManager. Both illustrate different ways to achieve similar effects. More...
 

Detailed Description

Examples of custom hand modifications