Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_Utility.h51 static const nw::math::VEC3 TARGET_POSITION; //!< カメラターゲットのデフォルト値です。 variable
123 const nw::math::VEC3& targetPosition = TARGET_POSITION,
148 const nw::math::VEC3& targetPosition = TARGET_POSITION,
174 const nw::math::VEC3& targetPosition = TARGET_POSITION,
201 const nw::math::VEC3& targetPosition = TARGET_POSITION,
235 const nw::math::VEC3& targetPosition = TARGET_POSITION,
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Utility.cpp28 const nw::math::VEC3 Utility::TARGET_POSITION = nw::math::VEC3(0.0f, 0.0f, 0.0f); member in nw::demo::Utility