|
|
|
|
|
by seanmcdirmid
2607 days ago
|
|
Generic retained mode is dead, but creating a scene graph driven by something other than imperative updates (eg constraint satisfaction via a physics engine) is alive and well. The problem is that you can’t overlay the former very well in the latter, so things like OGL retained mode are never used anymore. |
|