Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSss/
DLightingSss.cpp365 nn::math::Matrix44 proj, world; in DrawFrame() local
399 nn::math::MTX44Identity(&world); in DrawFrame()
400 …iformMatrix4fv(glGetUniformLocation(s_ProgramID, "uWorld"), 1, GL_FALSE, static_cast<f32*>(world)); in DrawFrame()