Helper class to update material values with respect to the current time.
More...
|
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...
|
|
Helper class to update material values with respect to the current time.
def ClientMaterialUpdaters.TimedMaterialUniformUpdate.update |
( |
|
self | ) |
|
Called whenever TimeIn changes.
ClientMaterialUpdaters.TimedMaterialUniformUpdate.MaterialName = avango.SFString() |
|
static |
Field containing the name of the material to be updated.
ClientMaterialUpdaters.TimedMaterialUniformUpdate.TimeIn = avango.SFFloat() |
|
static |
Field containing the current time in milliseconds.
ClientMaterialUpdaters.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: