Axonometric projection might be able to reduce some calculation time (helping #14), and could look cleaner in some scenarios. The option to switch back to perspective projection should be available to allow a user to choose between appearance and speed.
Axonometric projection is essentially just skipping the perspective projection step, and rather just using the calculated x and y positions of each regardless of the remaining dimension's values.
Axonometric projection might be able to reduce some calculation time (helping #14), and could look cleaner in some scenarios. The option to switch back to perspective projection should be available to allow a user to choose between appearance and speed.
Axonometric projection is essentially just skipping the perspective projection step, and rather just using the calculated x and y positions of each regardless of the remaining dimension's values.