Searched refs:PROJECTION_HEIGHT (Results 1 – 6 of 6) sorted by relevance
34 const float CameraProjectionUpdater::PROJECTION_HEIGHT = 1.0f; member in nw::gfx::CameraProjectionUpdater
50 buffer->m_Rect.m_Height = PROJECTION_HEIGHT; in Create()
156 static const float PROJECTION_HEIGHT; variable
58 static const f32 PROJECTION_HEIGHT; //!< カメラの投影面の高さです。 variable198 f32 projectionHeight = PROJECTION_HEIGHT,225 f32 projectionHeight = PROJECTION_HEIGHT,
36 const f32 Utility::PROJECTION_HEIGHT = 1.0f; member in nw::demo::Utility