Contraz / demosys-py

A light high performance modern OpenGL 3.3+ Python Framework https://demosys-py.readthedocs.io/
ISC License
64 stars 5 forks source link

Cameras should be based on quaternions #60

Open einarf opened 6 years ago

einarf commented 6 years ago

These are currently based good old look_at, but should probably use quaternions to make them into fully 3d cameras without too much hassle.

yoyonel commented 6 years ago

Good idea, i will take a look on that.

einarf commented 6 years ago

Nice. Might be a good idea to introduce a 3rd camera class for now. I think the system camera is decent enough as it is unless you would want to see any new features.

What I am mainly looking for is a camera that can be used freely in effects and scenes. The current cameras were written in a hurry and there was really no plan behind them.