GFX.View¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of this shard is ignored. | Any |
||
Output ➡️ |
The view object created. | GFX.View |
||
View |
No | The view matrix. | none |
None Var([Float4](4)) |
Fov |
No | The vertical field of view. (In radians. Implies perspective projection) | none |
None Float Var(Float) |
OrthographicSizeType |
No | The type of orthographic size. (Implies orthographic projection) | none |
None OrthographicSizeType |
OrthographicSize |
No | The orthographic size. (Implies orthographic projection) | none |
None Float Var(Float) Float2 Var(Float2) |
Near |
No | Near clipping distance | none |
None Float Var(Float) |
Far |
No | Far clipping distance | none |
None Float Var(Float) |
This shard creates and manages a view object, which defines and controls the view or camera settings for a rendering pipeline.