Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/lyt/group/sources/
Dmain.cpp263 … f32 xVal = (loopCnt >= 128) ? static_cast<f32>(256 - loopCnt) : static_cast<f32>(loopCnt); in nnMain() local
264 trans.x = xVal * ((paneIdx % 2) ? -0.25f: 0.25f); in nnMain()