Home
last modified time | relevance | path

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

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