Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp232 resCamera->m_ProjectionType = ResCamera::PROJTYPE_ORTHO; in Create()
333 projType = ResCamera::PROJTYPE_ORTHO; in GetMemorySize()
375 case ResCamera::PROJTYPE_ORTHO: in GetMemorySize()
456 else if (projType == ResCamera::PROJTYPE_ORTHO) in Create()
525 else if (projType == ResCamera::PROJTYPE_ORTHO) in GetMemorySizeInternal()
559 case ResCamera::PROJTYPE_ORTHO: in GetMemorySizeInternal()
1148 case ResCamera::PROJTYPE_ORTHO: in StoreOriginal()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResCamera.h533 PROJTYPE_ORTHO, //!< Ortho プロジェクションアップデータです。 enumerator
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp898 if (baseCamera->GetResCamera().GetProjectionType() == gfx::ResCamera::PROJTYPE_ORTHO) in CalcStereoCamera()