SbViewportRegion Constructor |
Name | Description | |
---|---|---|
SbViewportRegion(SbVec2i32) |
Constructor that takes a window size.
| |
SbViewportRegion(SbVec2s) |
Constructor that takes a window size.
| |
SbViewportRegion(Int16, Int16) |
Constructor that takes a width and a height.
| |
SbViewportRegion(SbVec2i32, Single) |
Constructor that takes a window size and a scale.
Use for remote rendering.
| |
SbViewportRegion(SbVec2s, Single) |
Constructor that takes a window size and a scale.
Use for remote rendering.
| |
SbViewportRegion(Int16, Int16, Single) |
Constructor that takes a width and a height and a scale.
Used for remote rendering.
|