Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmPrimitive.cpp135 const nw::math::VEC3 camUp(0.0f, 1.0f, 0.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.cpp665 const nw::math::VEC3 camUp( 0.0f, 1.0f, 0.0f ); in SendShapeMatrix() local
681 math::MTX34LookAt( reinterpret_cast<nw::math::MTX34*>(&viewMtx), &camPos, &camUp, &aimPos ); in SendShapeMatrix()