MCPcopy Create free account
hub / github.com/assimp/assimp / SetViewMode

Method SetViewMode

tools/assimp_view/Display.h:330–333  ·  view source on GitHub ↗

------------------------------------------------------------------ setter for m_iViewMode

Source from the content-addressed store, hash-verified

328 //------------------------------------------------------------------
329 // setter for m_iViewMode
330 inline void SetViewMode( unsigned int p_iNew )
331 {
332 this->m_iViewMode = p_iNew;
333 }
334
335 //------------------------------------------------------------------
336 // getter for m_iViewMode

Callers 1

OnSetupTextureViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected