Blender V4.5
PointDensityRangeData Struct Reference

Public Attributes

float * density
float squared_radius
float * point_data_life
float * point_data_velocity
float * point_data_color
float * vec
float * col
float softness
short falloff_type
short noise_influence
float * age
CurveMappingdensity_curve
float velscale

Detailed Description

Definition at line 483 of file texture_pointdensity.cc.

Member Data Documentation

◆ age

float* PointDensityRangeData::age

Definition at line 494 of file texture_pointdensity.cc.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ col

float* PointDensityRangeData::col

Definition at line 490 of file texture_pointdensity.cc.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ density

float* PointDensityRangeData::density

Definition at line 484 of file texture_pointdensity.cc.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ density_curve

CurveMapping* PointDensityRangeData::density_curve

Definition at line 495 of file texture_pointdensity.cc.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ falloff_type

short PointDensityRangeData::falloff_type

Definition at line 492 of file texture_pointdensity.cc.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ noise_influence

short PointDensityRangeData::noise_influence

Definition at line 493 of file texture_pointdensity.cc.

Referenced by init_pointdensityrangedata().

◆ point_data_color

float* PointDensityRangeData::point_data_color

Definition at line 488 of file texture_pointdensity.cc.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ point_data_life

float* PointDensityRangeData::point_data_life

◆ point_data_velocity

float* PointDensityRangeData::point_data_velocity

◆ softness

float PointDensityRangeData::softness

Definition at line 491 of file texture_pointdensity.cc.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ squared_radius

float PointDensityRangeData::squared_radius

Definition at line 485 of file texture_pointdensity.cc.

Referenced by density_falloff(), and init_pointdensityrangedata().

◆ vec

float* PointDensityRangeData::vec

Definition at line 489 of file texture_pointdensity.cc.

Referenced by accum_density(), and init_pointdensityrangedata().

◆ velscale

float PointDensityRangeData::velscale

Definition at line 496 of file texture_pointdensity.cc.

Referenced by density_falloff(), and init_pointdensityrangedata().


The documentation for this struct was generated from the following file: