Rendering/CM2Light: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Stubbing CM2Light::SetPosition)
 
Line 10: Line 10:
}
}
</syntaxhighlight>
</syntaxhighlight>
=== CM2Light::SetPosition ===
TODO

Latest revision as of 15:16, 28 August 2017

CM2Light::SetDirection

void __thiscall CM2Light::SetDirection(CM2Light *this, const C3Vector &dir) {

  this->m_dir = *dir;

  C3Vector::normalize(this->m_dir);

}

CM2Light::SetPosition

TODO