Home
last modified time | relevance | path

Searched defs:view (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/demos/lyt/orthoStereo/sources/
Dmain.cpp232 nn::math::MTX34 view = drawInfo.GetViewMtx(); in CalcParallaxDot() local
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp848 const math::MTX34* __restrict view, in TransformToViewCoordinate()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderProgram.h160 void SetViewMatrix(const math::MTX34& view) const in SetViewMatrix()