Blender V4.3
DRWVolumeGrid Struct Reference

#include <draw_cache.hh>

Public Attributes

DRWVolumeGridnext
 
DRWVolumeGridprev
 
char * name
 
GPUTexture * texture
 
blender::float4x4 texture_to_object
 
blender::float4x4 object_to_texture
 
blender::float4x4 object_to_bounds
 
blender::float4x4 bounds_to_texture
 

Detailed Description

Definition at line 236 of file draw_cache.hh.

Member Data Documentation

◆ bounds_to_texture

blender::float4x4 DRWVolumeGrid::bounds_to_texture

Definition at line 251 of file draw_cache.hh.

◆ name

char* DRWVolumeGrid::name

Definition at line 240 of file draw_cache.hh.

Referenced by blender::draw::volume_grid_cache_get().

◆ next

DRWVolumeGrid* DRWVolumeGrid::next

Definition at line 237 of file draw_cache.hh.

◆ object_to_bounds

blender::float4x4 DRWVolumeGrid::object_to_bounds

Definition at line 250 of file draw_cache.hh.

◆ object_to_texture

◆ prev

DRWVolumeGrid * DRWVolumeGrid::prev

Definition at line 237 of file draw_cache.hh.

◆ texture

GPUTexture* DRWVolumeGrid::texture

◆ texture_to_object

blender::float4x4 DRWVolumeGrid::texture_to_object

Definition at line 246 of file draw_cache.hh.

Referenced by blender::draw::volume_grid_cache_get().


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