ptvr  v0.1
A Python toolkit for creating VR experiments.
ptvr.stimuli.world Namespace Reference

Classes

class  Cartesian
 
class  ComplexEncoder
 
class  Cube
 
class  Cylinder
 
class  FixationScene
 
class  Frame
 
class  Quad
 
class  ResponseScene
 
class  Scene
 
class  Sphere
 
class  Spherical
 
class  STLObject
 
class  TextBox
 
class  VisualObject
 
class  VisualObjectDecorator
 
class  VisualScene
 

Functions

def spherical2cartesian (s)
 

Variables

 PI = np.pi
 
int TWOPI = 2 * PI
 
 diffuse_texture = Texture()
 

Detailed Description

Interfaces for creating scenes and objects within these scenes

Function Documentation

◆ spherical2cartesian()

def ptvr.stimuli.world.spherical2cartesian (   s)

Variable Documentation

◆ diffuse_texture

ptvr.stimuli.world.diffuse_texture = Texture()

◆ PI

ptvr.stimuli.world.PI = np.pi

◆ TWOPI

int ptvr.stimuli.world.TWOPI = 2 * PI