hadronized / quaazar

Realtime 3D engine
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

ShaderSemantics per GroupModel #102

Closed hadronized closed 9 years ago

hadronized commented 9 years ago

We need a way to run a ShaderSemantics once for a given GroupModel. Like, values that remain the same for the whole frame for all objects. Otherwise, we have to lmap and inject those shared values into all objects, and that’s fucking annoying right now.