Interval Filter#
Outputs indices if their frame count is a multiple of the interval
Installation#
To use this Node, you must enable omni.replicator.isaac
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
interval |
|
randomization will take place once every interval frames |
|
frameCounts |
|
the current frame number for every environment |
|
indices |
|
a list of indices to use in case of ignoring interval |
|
ignoreInterval |
|
if true, will just pass indices to downstream node |
False |
execIn |
|
exec |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
execOut |
|
exec |
|
indices |
|
the indices that are at the interval and need to be randomized |
|
on_reset |
|
indicates whether an on_reset context triggered the execution |