Home
last modified time | relevance | path

Searched refs:PROJTYPE_ORTHO (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Camera.cpp229 resCamera->m_ProjectionType = ResCamera::PROJTYPE_ORTHO; in Create()
347 else if (projType == ResCamera::PROJTYPE_ORTHO) in Create()
947 case ResCamera::PROJTYPE_ORTHO: in StoreOriginal()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResCamera.h445 PROJTYPE_ORTHO, //!< Ortho プロジェクションアップデータです。 enumerator
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp851 if (baseCamera->GetResCamera().GetProjectionType() == gfx::ResCamera::PROJTYPE_ORTHO) in CalcStereoCamera()