Razish / xsngine

C++/SDL2/OpenGL engine for low latency games
MIT License
11 stars 6 forks source link

Refactor: move mesh loading outside of renderer #29

Open Razish opened 9 years ago

Razish commented 9 years ago

[Server/Client]Game/XSCommon should feed Renderer all vert/normal/st info instead of other way around

Razish commented 9 years ago

First pass 6686ca58aec9f94e6d0b2b955bf414c668dae015 though I don't consider this finished, and is likely to be refactored