Skip to content
Snippets Groups Projects
Commit 56be9d30 authored by Patrik Huber's avatar Patrik Huber
Browse files

Renamed RenderingParameters to OrthographicRenderingParameters

parent 3c259c3a
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ struct Frustum ...@@ -64,7 +64,7 @@ struct Frustum
* The rotation values are given in radians and estimated using the RPY convention. * The rotation values are given in radians and estimated using the RPY convention.
* Yaw is applied first to the model, then pitch, then roll (R * P * Y * vertex). * Yaw is applied first to the model, then pitch, then roll (R * P * Y * vertex).
*/ */
struct RenderingParameters struct OrthographicRenderingParameters
{ {
float r_x; // Pitch. float r_x; // Pitch.
float r_y; // Yaw. Positive means subject is looking left (we see her right cheek). float r_y; // Yaw. Positive means subject is looking left (we see her right cheek).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment