Search Results

-1
votes

Is OpenGL dead?

It's not dead, it just smells funny. …
0
votes

Simple wireframe format?

OBJ is the most widespread and simplest, but it breaks down if you need more than vertex position, normal, and a single texture coordinate. It's not extensible at all. It's also text based so it ha …