ptvr  v0.1
A Python toolkit for creating VR experiments.
ptvr.stimuli.world.FixationScene Class Reference
Inheritance diagram for ptvr.stimuli.world.FixationScene:
ptvr.stimuli.world.Scene

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
 

Detailed Description

Interface for generating a Fixation scene. This is  a replacement for the ubiquitous fixation screens in
traditional psychophysics experiments.

Constructor & Destructor Documentation

◆ __init__()

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() 
)

Member Function Documentation

◆ to_json()

def ptvr.stimuli.world.FixationScene.to_json (   self)

Member Data Documentation

◆ id

ptvr.stimuli.world.FixationScene.id

◆ input

ptvr.stimuli.world.FixationScene.input

◆ text

ptvr.stimuli.world.FixationScene.text

The documentation for this class was generated from the following file: