Blender V5.0
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 33 of file viewport_engine.cc.

Constructor & Destructor Documentation

◆ ViewSettings()

Member Function Documentation

◆ height()

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

Definition at line 132 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 127 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

◆ screen_height

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

Definition at line 35 of file viewport_engine.cc.

Referenced by ViewSettings().

◆ screen_width

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

Definition at line 34 of file viewport_engine.cc.

Referenced by ViewSettings().


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