Home
last modified time | relevance | path

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

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