raganmd / touchdesigner-sop-to-svg

A pipeline for handling the SOP to SVG pipeline. This is especially handy for using procedurally generated geometry for paths to be cut or plotted.
MIT License
156 stars 17 forks source link

Projection Matrix from Camera #8

Open raganmd opened 5 years ago

raganmd commented 5 years ago

Something is wobbly in the use of a camera's projection matrix for transforming points. This needs some review and fixes.

DBraun commented 4 years ago

You might find some useful projection matrix code from either the source of https://github.com/DBraun/matrixchop or just using the C++ chop directly.