Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_Utility.h51 static const nw::math::VEC3 TARGET_POSITION; //!< カメラターゲットのデフォルト値です。 variable
141 const nw::math::VEC3& targetPosition = TARGET_POSITION,
166 const nw::math::VEC3& targetPosition = TARGET_POSITION,
192 const nw::math::VEC3& targetPosition = TARGET_POSITION,
219 const nw::math::VEC3& targetPosition = TARGET_POSITION,
253 const nw::math::VEC3& targetPosition = TARGET_POSITION,
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Utility.cpp29 const nw::math::VEC3 Utility::TARGET_POSITION = nw::math::VEC3(0.0f, 0.0f, 0.0f); member in nw::demo::Utility