Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
Ds.h187 sphere::sphere( unsigned int ni, unsigned int nj, float r ) in sphere() argument
191 m_triangle_count = ni * nj * 2; in sphere()
205 for ( unsigned int i = 0; i < ni; i++ ) { in sphere()
210 st[0] = ( float )i / ( float )ni; in sphere()
216 st[0] = ( float )( i + 1 ) / ( float )ni; in sphere()
222 st[0] = ( float )( i + 1 ) / ( float )ni; in sphere()
230 st[0] = ( float )i / ( float )ni; in sphere()
236 st[0] = ( float )( i + 1 ) / ( float )ni; in sphere()
242 st[0] = ( float )i / ( float )ni; in sphere()
279 squre::squre( unsigned int ni, unsigned int nj, float l ) in squre() argument
[all …]