| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | s.h | 33 static void _store_array( int idx, float *v, float *n, float *t, float *b, float *st, float *c, in _store_array() argument 40 t_array[idx*3+i] = t[i]; in _store_array() 51 static void _tToVTBN( float *v, float *t, float *b, float *n, float *st, float r ) in _tToVTBN() argument 67 t[0] = dxdp; in _tToVTBN() 68 t[1] = dydp; in _tToVTBN() 69 t[2] = dzdp; in _tToVTBN() 70 _norm_vec( t ); in _tToVTBN() 75 _outp_vec( n, t, b ); in _tToVTBN() 79 static void _tToVTBN2( float *v, float *t, float *b, float *n, float *st, float l ) in _tToVTBN2() argument 84 t[0] = 1.f; in _tToVTBN2() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/ |
| D | demo_TextsRenderData.cpp | 128 f32 t = fontT + m_FontOffsetT; in AddText() local 130 s, t, 0.0f); in AddText() 133 t = fontT; in AddText() 135 s, t, 0.0f); in AddText() 138 t = fontT + m_FontOffsetT; in AddText() 140 s, t, 0.0f); in AddText() 143 t = fontT; in AddText() 145 s, t, 0.0f); in AddText()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Util.cpp | 132 float z_schlick(float r, float t, bool normalize) in z_schlick() argument 135 ret = 1.f + (r - 1.f) * t * t ; in z_schlick()
|
| D | Util.h | 19 float z_schlick(float r, float t, bool normalize);
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/ |
| D | demo_Sphere.cpp | 117 f32 t = deltaST * thetaIndex; in InitializeSphere() local 119 SetTexcoord(vertexIndex, s, t); in InitializeSphere()
|
| /CTR-SDK-4.2.7-SampleDemos/font/ResFont/ |
| D | main.cpp | 288 f32 t = 0; in SetupTextCamera() local 292 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|
| /CTR-SDK-4.2.7-SampleDemos/font/PackedFont/ |
| D | main.cpp | 369 f32 t = 0; in SetupTextCamera() local 373 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|
| /CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/ |
| D | main.cpp | 423 f32 t = 0; in SetupTextCamera() local 427 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|