Open topic with navigation
Vizard 7 »
Command Index
»
Vizard objects
»
uniform
»
<uniform>.remove
7.7
<uniform>.remove
Remove the uniform
<uniform>.remove()
Remarks
This command will remove the uniform. The uniform will still affect any nodes it was previously applied to.
Return Value
None
Example
uniform
=
viz
.
addUniformInt
(
'tex'
,
0
)
node
.
apply
(
uniform
)
uniform
.
remove
()
#Node will still be affected by uniform
Copyright © 2001-2024 WorldViz. All rights reserved.