chrishawkinsnz / Fits3D

2 stars 1 forks source link

Perspective rendering #8

Open chrishawkinsnz opened 9 years ago

chrishawkinsnz commented 9 years ago

The scene can be confusing to rotate around. It could benefit the users understanding of the scene to have rendering have perspective correction so far away objects appear smaller. This should be investigated with an eye to how this affects transparency.

chrishawkinsnz commented 9 years ago

This would improve perception of 3D but there is no way to do this where there won't be some kind of performance hit. This will require the model to be sliced in 3 axes instead of just one. This storing all these indexes will require three extra ints per vertex leading to a 120% increase in memory