RavensKrag / ThoughtTrace

Naturally chart out words in 2D space, mapping the relations between them. Even link to other ideas. Then, build your programs on top of the flow.
0 stars 0 forks source link

Camera should only draw visible objects #16

Open RavensKrag opened 10 years ago

RavensKrag commented 10 years ago

Currently, camera attempts to draw all objects in space, even the ones that are off screen.


Not sure if this should be a modification to the core camera, or if it should be some camera subclass.

This is much better than the current structure of passing in things to render, and only using Camera for transform.