Commit 56be9d30 authored by Patrik Huber's avatar Patrik Huber

Renamed RenderingParameters to OrthographicRenderingParameters

parent 3c259c3a
...@@ -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).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment