Flow Voxelize Points#

Voxelize points to NanoVDB.

Installation#

To use this Node, you must enable omni.flowusd in the Extension Manager.

Inputs#

Name

Type

Description

Default

Points (points)

pointf[3][]

Point positions

Colors (colors)

colorf[3][]

Point colors

Local To World (localToWorld)

matrixd[4]

Local to World Transform

Cell Size (cellSize)

float

Voxel size

0.1

Max Flow Blocks (maxBlocks)

uint

Maximum Flow Block used during voxelization

16384

Outputs#

Name

Type

Description

Default

execOut

execution

Executes when values are updated

Red NanoVDB (redNanoVdb)

uint[]

NanoVDB with red channel

Green NanoVDB (greenNanoVdb)

uint[]

NanoVDB with green channel

Blue NanoVDB (blueNanoVdb)

uint[]

NanoVDB with blue channel

Alpha NanoVDB (alphaNanoVdb)

uint[]

NanoVDB with alpha channel