![]() |
ptvr
v0.1
A Python toolkit for creating VR experiments.
|
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() | |
Interfaces for creating scenes and objects within these scenes
def ptvr.stimuli.world.spherical2cartesian | ( | s | ) |
ptvr.stimuli.world.diffuse_texture = Texture() |
ptvr.stimuli.world.PI = np.pi |
int ptvr.stimuli.world.TWOPI = 2 * PI |