Vizard 7 » Command Index » Vizard objects » node3d » <node3d>.setUniformFloat
7.6

<node3d>.setUniformFloat

Apply a floating point uniform value to the node

<node3d>.setUniformFloat(  
name  
value  
node = ''  
op = viz.OP_DEFAULT  
)  
name
Uniform name
value
A single float object or a list of 1-4 float objects.
node = ''
The subnode to apply the uniform to
op = viz.OP_DEFAULT
Can be viz.OP_DEFAULT to use the nodes default op mode or a combination of the following values:

Op modes

viz.OP_TRAVERSE

When performing an operation on a node, traverse the entire subgraph and process all subnodes as well. This is the default value.

viz.OP_OVERRIDE

When applying attributes, have them override attributes of subnodes.

viz.OP_ROOT

When performing an operation on the node, start at the root transform of the node, instead of the model. Processing the root will include all child Vizard nodes.

Remarks

This command will apply a floating point shader uniform to the node, set to the specified values.

Return Value

None

Example

mode.setUniformFloat('MyVec',[0.0, 1.0, 0.5])

See also

<node3d>.setUniformBool
<node3d>.setUniformInt
<node3d>.clearUniform
<node3d>.apply
<viz>.addUniformBool
<viz>.addUniformFloat
<viz>.addUniformInt
<viz>.addUniformMatrix