Home
last modified time | relevance | path

Searched refs:PROJECTION_CENTER (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_CameraProjectionUpdater.cpp31 const math::VEC2 CameraProjectionUpdater::PROJECTION_CENTER = math::VEC2(0.0f,0.0f); member in nw::gfx::CameraProjectionUpdater
Dgfx_FrustumProjectionUpdater.cpp47 buffer->m_Rect.m_Center = PROJECTION_CENTER; in Create()
Dgfx_OrthoProjectionUpdater.cpp47 buffer->m_Rect.m_Center = PROJECTION_CENTER; in Create()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_CameraProjectionUpdater.h149 static const math::VEC2 PROJECTION_CENTER; variable
/NW4C-1.2.23/include/nw/demo/
Ddemo_Utility.h55 static const nw::math::VEC2 PROJECTION_CENTER; //!< カメラの投影面の中心位置です。 variable
177 const nw::math::VEC2& projectionCenter = PROJECTION_CENTER,
204 const nw::math::VEC2& projectionCenter = PROJECTION_CENTER,
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Utility.cpp32 const nw::math::VEC2 Utility::PROJECTION_CENTER = nw::math::VEC2(0.0f, 0.0f); member in nw::demo::Utility