Package toon :: Module convolution :: Class ShaderEffect
[hide private]
[frames] | no frames]

Class ShaderEffect

source code

twisted.spread.jelly.Jellyable --+    
                                 |    
       rats.serialize.Serializable --+
                                     |
                                    ShaderEffect

Generic GLSL Shader Effect

Instance Methods [hide private]
 
__init__(self, **variables) source code
 
set_uniforms(self)
Define all uniforms variables here.
source code
 
program_init(self)
At application startup.
source code
 
program_use_begin(self)
Before rendering a frame.
source code
 
program_use_end(self)
After rendering a frame.
source code

Inherited from twisted.spread.jelly.Jellyable: __providedBy__, getStateFor, jellyFor

Class Variables [hide private]
  name = 'default_'

Inherited from twisted.spread.jelly.Jellyable: __implemented__, __provides__