| void Spices::Camera::SetOrthographic | ( | float | left, |
| float | right, | ||
| float | top, | ||
| float | bottom, | ||
| float | nearPlane, | ||
| float | farPlane ) |
Set ProjectionMatrix by using orthographic type.
| [in] | left | Orthographic Box Left size. |
| [in] | right | Orthographic Box right size. |
| [in] | top | Orthographic Box top size. |
| [in] | bottom | Orthographic Box bottom size. |
| [in] | nearPlane | Orthographic Box nearPlane size. |
| [in] | farPlane | Orthographic Box farPlane size. |
Definition at line 35 of file Camera.cpp.
References Spices::OrthographicParam::bottom, Spices::OrthographicParam::farPlane, Spices::OrthographicParam::left, m_OrthographicParam, m_ProjectionType, Spices::OrthographicParam::nearPlane, Spices::Orthographic, Spices::OrthographicParam::right, and Spices::OrthographicParam::top.