Public Member Functions | |
| OrbitCamera (float hFov, float fMin, float fMax) | |
| PerspectiveView constructor. | |
| OrbitCamera (float hFov) | |
| PerspectiveView constructor. | |
| OrbitCamera () | |
| PerspectiveView constructor. | |
| override void | SetupView (RenderPipeline rPipeline, RenderContext ctx) |
| Apply this perspective view. | |
Properties | |
| RenderGraphNode | Target [get, set] |
| Derm.Render.OrbitCamera.OrbitCamera | ( | ) |
PerspectiveView constructor.
| Derm.Render.OrbitCamera.OrbitCamera | ( | float | hFov | ) |
PerspectiveView constructor.
| hFov | A System.Single |
| Derm.Render.OrbitCamera.OrbitCamera | ( | float | hFov, | |
| float | fMin, | |||
| float | fMax | |||
| ) |
PerspectiveView constructor.
| hFov | A System.Single | |
| fMin | A System.Single | |
| fMax | A System.Single |
| override void Derm.Render.OrbitCamera.SetupView | ( | RenderPipeline | rPipeline, | |
| RenderContext | ctx | |||
| ) | [virtual] |
Apply this perspective view.
| window | A RenderWindow |
Implements Derm.Render.PerspectiveCamera.
RenderGraphNode Derm.Render.OrbitCamera.Target [get, set] |