Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmPrimitive.cpp131 const nw::math::VEC3 camPos(0.0f, 0.0f, 1.0f); in SmOgl() local
134 …nw::math::MTX34LookAt( reinterpret_cast<nw::math::MTX34*>(&m_ViewMatrix), &camPos, &camUp, &aimPos… in SmOgl()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp661 const nw::math::VEC3 camPos( 0.0f, 0.0f, 1.0f ); in SendShapeMatrix() local
679 math::MTX34LookAt( reinterpret_cast<nw::math::MTX34*>(&viewMtx), &camPos, &camUp, &aimPos ); in SendShapeMatrix()