frozenLake
Member
I see a ton of topics about OpenGL, and I just figured that we should make one topic to rule them all.
Something that irks me about OpenGL, is the flower models. The pedals go back and forth, instead of all the way around. (Could easily be fixed with an SOC and WAD)
Remember everyone...
OpenGL is not supported.
And if a Dev is checking this, look at hw_md2.h
Something that irks me about OpenGL, is the flower models. The pedals go back and forth, instead of all the way around. (Could easily be fixed with an SOC and WAD)
Remember everyone...
OpenGL is not supported.
And if a Dev is checking this, look at hw_md2.h
Code:
#define MD2_MAX_TRIANGLES 4096
#define MD2_MAX_VERTICES 2048
#define MD2_MAX_TEXCOORDS 2048
#define MD2_MAX_FRAMES 512
#define MD2_MAX_SKINS 32
#define MD2_MAX_FRAMESIZE (MD2_MAX_VERTICES * 4 + 128)
Last edited: