![]() |
ptvr
v0.1
A Python toolkit for creating VR experiments.
|
Public Member Functions | |
| def | __init__ (self, shader='diffuse', color=color.RGBColor(r=1.0), img='') |
| def | to_json (self) |
Public Attributes | |
| shader | |
| color | |
| img | |
A Texture class has three members- one, a shader that defines
| def ptvr.stimuli.texture.Texture.__init__ | ( | self, | |
shader = 'diffuse', |
|||
color = color.RGBColor(r=1.0), |
|||
img = '' |
|||
| ) |
| def ptvr.stimuli.texture.Texture.to_json | ( | self | ) |
| ptvr.stimuli.texture.Texture.color |
| ptvr.stimuli.texture.Texture.img |
| ptvr.stimuli.texture.Texture.shader |