Blender V4.5
DenseFloatVolumeGrid Struct Reference

#include <BKE_volume_render.hh>

Public Attributes

VolumeGridType type
int resolution [3]
float texture_to_object [4][4]
int channels
float * voxels

Detailed Description

Definition at line 21 of file BKE_volume_render.hh.

Member Data Documentation

◆ channels

int DenseFloatVolumeGrid::channels

Definition at line 25 of file BKE_volume_render.hh.

Referenced by BKE_volume_grid_dense_floats().

◆ resolution

int DenseFloatVolumeGrid::resolution[3]

◆ texture_to_object

float DenseFloatVolumeGrid::texture_to_object[4][4]

◆ type

VolumeGridType DenseFloatVolumeGrid::type

Definition at line 22 of file BKE_volume_render.hh.

◆ voxels

float* DenseFloatVolumeGrid::voxels

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