Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_Utility.h50 static const nw::math::VEC3 CAMERA_POSITION; //!< カメラ位置のデフォルト値です。
140 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
165 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
191 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
218 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
252 const nw::math::VEC3& cameraPosition = CAMERA_POSITION,
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Utility.cpp28 const nw::math::VEC3 Utility::CAMERA_POSITION = nw::math::VEC3(7.0f, 3.5f, -5.0f); member in nw::demo::Utility