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

#include <draw_cache.h>

Public Attributes

struct DRWVolumeGridnext
 
struct DRWVolumeGridprev
 
char * name
 
struct GPUTexturetexture
 
float texture_to_object [4][4]
 
float object_to_texture [4][4]
 
float object_to_bounds [4][4]
 
float bounds_to_texture [4][4]
 

Detailed Description

Definition at line 241 of file draw_cache.h.

Member Data Documentation

◆ bounds_to_texture

float DRWVolumeGrid::bounds_to_texture[4][4]

Definition at line 256 of file draw_cache.h.

◆ name

char* DRWVolumeGrid::name

Definition at line 245 of file draw_cache.h.

Referenced by volume_grid_cache_get().

◆ next

struct DRWVolumeGrid* DRWVolumeGrid::next

Definition at line 242 of file draw_cache.h.

Referenced by volume_grid_cache_get().

◆ object_to_bounds

float DRWVolumeGrid::object_to_bounds[4][4]

Definition at line 255 of file draw_cache.h.

◆ object_to_texture

float DRWVolumeGrid::object_to_texture[4][4]

◆ prev

struct DRWVolumeGrid * DRWVolumeGrid::prev

Definition at line 242 of file draw_cache.h.

◆ texture

struct GPUTexture* DRWVolumeGrid::texture

◆ texture_to_object

float DRWVolumeGrid::texture_to_object[4][4]

Definition at line 251 of file draw_cache.h.

Referenced by volume_grid_cache_get(), and workbench_volume_object_cache_populate().


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