Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/include/
DGfxCtrl.h69 SmParticle* CreateParticle( const wchar_t* resourcePath );
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DGfxCtrl.cpp339 GfxCtrl::CreateParticle( const wchar_t* resourcePath ) in CreateParticle() function in __anon28b0dc100111::GfxCtrl
Ddemo.cpp170 m_Particle = m_GfxCtrl->CreateParticle( NW_DEMO_FILE_PATH(L"paper_storm_particle.bcres") ); in InitializeScene()