VOLUMEDATA_PARTICLESTOVOLUME

Detailed Description

Settings for the particle to volume command PARTICLESTOVOLUME. VOLUMECOMMANDTYPE

Enumerations

enum class  PARTICLESTOVOLUMESETTINGS {
  NONE ,
  GRIDSIZE ,
  BANDWIDTH ,
  RADIUS ,
  VELOCITY_SCALE ,
  USE_PARTICLE_SIZE ,
  PARTICLEOFFSET
}
 

Functions

enum PARTICLESTOVOLUMESETTINGS MAXON_ENUM_LIST (PARTICLESTOVOLUMESETTINGS)
 

Enumeration Type Documentation

◆ PARTICLESTOVOLUMESETTINGS

Enumerator
NONE 
GRIDSIZE 

Float Grid voxel cube size.

BANDWIDTH 

Int32 Voxel Bandwidth amount around a particle.

RADIUS 

Float Radius of the SDF around a particle.

VELOCITY_SCALE 

Float Velocity expansion scale.

USE_PARTICLE_SIZE 

Bool If true it overrides the radius with the particle size.

PARTICLEOFFSET 

Matrix Extra transform for the particles applied before conversion.

Function Documentation

◆ MAXON_ENUM_LIST()