Navigation and Viewing Framework
Configurable navigation and viewing setups for various display types in the VR lab
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Static Public Attributes | List of all members
lib-server.SceneManager.TimedMaterialUniformUpdate Class Reference

Helper class to update material values with respect to the current time. More...

Inheritance diagram for lib-server.SceneManager.TimedMaterialUniformUpdate:

Public Member Functions

def update
 Called whenever TimeIn changes. More...
 

Static Public Attributes

tuple TimeIn = avango.SFFloat()
 Field containing the current time in milliseconds. More...
 
tuple MaterialName = avango.SFString()
 Field containing the name of the material to be updated. More...
 
tuple UniformName = avango.SFString()
 Field containing the name of the uniform value to be updated. More...
 

Detailed Description

Helper class to update material values with respect to the current time.

Member Function Documentation

def lib-server.SceneManager.TimedMaterialUniformUpdate.update (   self)

Called whenever TimeIn changes.

Member Data Documentation

lib-server.SceneManager.TimedMaterialUniformUpdate.MaterialName = avango.SFString()
static

Field containing the name of the material to be updated.

lib-server.SceneManager.TimedMaterialUniformUpdate.TimeIn = avango.SFFloat()
static

Field containing the current time in milliseconds.

lib-server.SceneManager.TimedMaterialUniformUpdate.UniformName = avango.SFString()
static

Field containing the name of the uniform value to be updated.


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