Blender V4.3
blender::render::hydra::ViewSettings Struct Reference

Public Member Functions

 ViewSettings (bContext *context)
 
int width ()
 
int height ()
 

Public Attributes

int screen_width
 
int screen_height
 
pxr::GfVec4i border
 
pxr::GfCamera camera
 

Detailed Description

Definition at line 30 of file viewport_engine.cc.

Constructor & Destructor Documentation

◆ ViewSettings()

Member Function Documentation

◆ height()

int blender::render::hydra::ViewSettings::height ( )

Definition at line 130 of file viewport_engine.cc.

References border.

Referenced by blender::render::hydra::ViewportEngine::render(), and ViewSettings().

◆ width()

int blender::render::hydra::ViewSettings::width ( )

Definition at line 125 of file viewport_engine.cc.

References border.

Referenced by blender::render::hydra::ViewportEngine::render(), and ViewSettings().

Member Data Documentation

◆ border

pxr::GfVec4i blender::render::hydra::ViewSettings::border

◆ camera

pxr::GfCamera blender::render::hydra::ViewSettings::camera

Definition at line 34 of file viewport_engine.cc.

Referenced by blender::render::hydra::ViewportEngine::render().

◆ screen_height

int blender::render::hydra::ViewSettings::screen_height

Definition at line 32 of file viewport_engine.cc.

Referenced by ViewSettings().

◆ screen_width

int blender::render::hydra::ViewSettings::screen_width

Definition at line 31 of file viewport_engine.cc.

Referenced by ViewSettings().


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