Blender V4.3
ViewMatrices Struct Reference

#include <draw_shader_shared.hh>

Public Attributes

float4x4 viewmat
 
float4x4 viewinv
 
float4x4 winmat
 
float4x4 wininv
 

Detailed Description

Definition at line 116 of file draw_shader_shared.hh.

Member Data Documentation

◆ viewinv

float4x4 ViewMatrices::viewinv

◆ viewmat

float4x4 ViewMatrices::viewmat

Definition at line 117 of file draw_shader_shared.hh.

Referenced by draw_view_matrix_state_update(), and DRW_view_viewmat_get().

◆ wininv

float4x4 ViewMatrices::wininv

Definition at line 120 of file draw_shader_shared.hh.

Referenced by draw_view_matrix_state_update(), and DRW_view_winmat_get().

◆ winmat

float4x4 ViewMatrices::winmat

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