Counter

Increments continuously by a specified value each frame. Useful for creating constant rotations, color hue cycles, or streams of numbers. Outputs a value of the datatype number.
Property name
Description
Compatible datatype
increment
Increament
number
Example Projects
Glitchgain A simple project utilising a few Effect node, with the last one on the chain being a Chromatic node. The direction angle of the Chromatic is constantly increased by a Counter node.
Voxel Voidin A simple demonstration on how you can use a couple of Wave node to create a perfect cyclic motion. A single Counter node is connected as stream to both Wave nodes assuring the are in perfect sync.
Last updated