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

int

randomization will take place once every interval frames

frameCounts

int[]

the current frame number for every environment

indices

int[]

a list of indices to use in case of ignoring interval

ignoreInterval

bool

if true, will just pass indices to downstream node

False

execIn

execution

exec

Outputs

Name

Type

Description

Default

execOut

execution

exec

indices

int[]

the indices that are at the interval and need to be randomized

on_reset

bool

indicates whether an on_reset context triggered the execution