Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/
DEarlyDepthTestSample.cpp168 static f32 frontPos = 12.0f; in DrawFrame() local
169 if( frontPos <= -60.0f )frontPos = 12.0f; in DrawFrame()
176 nn::math::Vector3 transVec( 0.f, frontPos + ( i * 3.0f ), 7.2f ); in DrawFrame()
186 frontPos -= 0.05f; in DrawFrame()