Y
Hacker News
new
|
ask
|
show
|
jobs
by
skolemtotem
2887 days ago
That, I sort-of agree with. Layering isn't unique to 3D, so it's debatable whether the incorporation of a depth buffer makes OpenGL a 3D API.
1 comments
Animats
2886 days ago
It's not layering. It's depth. The depth buffer will work for cases where two objects cross in Z. Unlike the painter's algorithm.
link