Rendering camera. More...
Public Member Functions | |
| void | SetupProjection (RenderPipeline rPipeline, RenderContext ctx) |
| Set the projection transformation. | |
| void | SetupView (RenderPipeline rPipeline, RenderContext ctx) |
| Set this view transformation. | |
Rendering camera.
| void Derm.Render.ICamera.SetupProjection | ( | RenderPipeline | rPipeline, | |
| RenderContext | ctx | |||
| ) |
Set the projection transformation.
| rPipeline | ||
| ctx |
Implemented in Derm.Render.OrthoCamera, and Derm.Render.PerspectiveCamera.
| void Derm.Render.ICamera.SetupView | ( | RenderPipeline | rPipeline, | |
| RenderContext | ctx | |||
| ) |
Set this view transformation.
| rPipeline | ||
| ctx |
Implemented in Derm.Render.OrbitCamera, Derm.Render.OrthoCamera, Derm.Render.PerspectiveCamera, and Derm.Render.TargetCamera.