gillett-hernandez / pathtrace

an implementation of path tracing using https://raytracing.github.io/ as a reference
0 stars 0 forks source link

origin management for certain primitives #9

Open gillett-hernandez opened 4 years ago

gillett-hernandez commented 4 years ago

this is so that transforms of primitives can be transformed relative to the origin specified or computed when constructed, rather than relative to the origin

i.e. rotation about their origin instead of about the world origin