Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.cpp134 const nw::math::VEC3 upVec( 0.0f, 1.0f, 0.0f ); // リスナーのUp方向ベクトル in CalcListenerMatrix() local
144 nw::math::MTX34LookAt( mtx, &pos, &upVec, &target ); in CalcListenerMatrix()