kikonen / learnopengl

https://learnopengl.com
1 stars 0 forks source link

decal: incorrect scaling #82

Closed kikonen closed 2 months ago

kikonen commented 2 months ago

Decal was not inverting parent scale correctly.

I.e. scale need to be done in parent model space, so that inverted scale axis match model, thus must rotate first into model space.

kikonen commented 2 months ago

DONE