Blender  V3.3
Public Attributes | List of all members
DenseFloatVolumeGrid Struct Reference

#include <BKE_volume_render.h>

Public Attributes

VolumeGridType type
 
int resolution [3]
 
float texture_to_object [4][4]
 
int channels
 
floatvoxels
 

Detailed Description

Definition at line 23 of file BKE_volume_render.h.

Member Data Documentation

◆ channels

int DenseFloatVolumeGrid::channels

Definition at line 27 of file BKE_volume_render.h.

Referenced by BKE_volume_grid_dense_floats().

◆ resolution

int DenseFloatVolumeGrid::resolution[3]

Definition at line 25 of file BKE_volume_render.h.

Referenced by BKE_volume_grid_dense_floats(), and volume_grid_cache_get().

◆ texture_to_object

float DenseFloatVolumeGrid::texture_to_object[4][4]

Definition at line 26 of file BKE_volume_render.h.

Referenced by BKE_volume_grid_dense_floats(), and volume_grid_cache_get().

◆ type

VolumeGridType DenseFloatVolumeGrid::type

Definition at line 24 of file BKE_volume_render.h.

◆ voxels

float* DenseFloatVolumeGrid::voxels

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