![]() |
ptvr
v0.1
A Python toolkit for creating VR experiments.
|
Public Member Functions | |
| def | __init__ (self, id=-1, text="Place one foot on each box on the floor.\ "Look directly at the fixation cross and press the side buttons to start.", display=input.UserOptionDisplay()) |
| def | to_json (self) |
Public Member Functions inherited from ptvr.stimuli.world.Scene | |
| def | to_json (self) |
| def | write (self, fp) |
Public Attributes | |
| id | |
| text | |
| input | |
Interface for generating a Fixation scene. This is a replacement for the ubiquitous fixation screens in traditional psychophysics experiments.
| def ptvr.stimuli.world.FixationScene.__init__ | ( | self, | |
id = -1, |
|||
text = "Place one foot on each box on the floor.\n"
"Look directly at the fixation cross and press the side buttons to start.", |
|||
display = input.UserOptionDisplay() |
|||
| ) |
| def ptvr.stimuli.world.FixationScene.to_json | ( | self | ) |
| ptvr.stimuli.world.FixationScene.id |
| ptvr.stimuli.world.FixationScene.input |
| ptvr.stimuli.world.FixationScene.text |