Home
last modified time | relevance | path

Searched refs:CAMERA_POSITION (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_Utility.h52 static const nw::math::VEC3 CAMERA_POSITION; //!< カメラ位置のデフォルト値です。
142 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
167 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
193 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
220 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
254 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Utility.cpp30 const nw::math::VEC3 Utility::CAMERA_POSITION = nw::math::VEC3(7.0f, 3.5f, -5.0f); member in nw::demo::Utility