Blender V4.3
blender::bke::VolumeRuntime Struct Reference

#include <BKE_volume.hh>

Public Attributes

VolumeGridVector * grids = nullptr
 
int frame = 0
 
char velocity_x_grid [64] = ""
 
char velocity_y_grid [64] = ""
 
char velocity_z_grid [64] = ""
 
std::unique_ptr< bake::BakeMaterialsListbake_materials
 

Detailed Description

Definition at line 133 of file BKE_volume.hh.

Member Data Documentation

◆ bake_materials

std::unique_ptr<bake::BakeMaterialsList> blender::bke::VolumeRuntime::bake_materials

Definition at line 145 of file BKE_volume.hh.

◆ frame

int blender::bke::VolumeRuntime::frame = 0

Current frame in sequence for evaluated volume.

Definition at line 138 of file BKE_volume.hh.

◆ grids

VolumeGridVector* blender::bke::VolumeRuntime::grids = nullptr

OpenVDB Grids.

Definition at line 135 of file BKE_volume.hh.

◆ velocity_x_grid

char blender::bke::VolumeRuntime::velocity_x_grid[64] = ""

Definition at line 141 of file BKE_volume.hh.

◆ velocity_y_grid

char blender::bke::VolumeRuntime::velocity_y_grid[64] = ""

Definition at line 142 of file BKE_volume.hh.

◆ velocity_z_grid

char blender::bke::VolumeRuntime::velocity_z_grid[64] = ""

Definition at line 143 of file BKE_volume.hh.


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