Searched refs:PROJECTION_HEIGHT (Results 1 – 6 of 6) sorted by relevance
32 const float CameraProjectionUpdater::PROJECTION_HEIGHT = 1.0f; member in nw::gfx::CameraProjectionUpdater
48 buffer->m_Rect.m_Height = PROJECTION_HEIGHT; in Create()
151 static const float PROJECTION_HEIGHT; variable
56 static const f32 PROJECTION_HEIGHT; //!< カメラの投影面の高さです。 variable178 f32 projectionHeight = PROJECTION_HEIGHT,205 f32 projectionHeight = PROJECTION_HEIGHT,
33 const f32 Utility::PROJECTION_HEIGHT = 1.0f; member in nw::demo::Utility