POV-Ray : Newsgroups : povray.binaries.animations : Playing with matrix transforms : Re: Playing with matrix transforms Server Time
23 Feb 2025 15:22:47 EST (-0500)
  Re: Playing with matrix transforms  
From: Bald Eagle
Date: 15 Feb 2025 21:40:00
Message: <web.67b14f9828e999341f9dae3025979125@news.povray.org>
OK, so I was diagramming this all out, and that got me to focus on the fact that
the text not only gets rotated, but MOVED.

That's because it's not rotating the text around the origin.
Just apply the following fix:


 object {
  Object
  translate -OL
  transform {Object_Transform}
  translate OL
 }
#end // end macro FaceCamera


Post a reply to this message


Attachments:
Download 'howfacethecameraworks.png' (26 KB)

Preview of image 'howfacethecameraworks.png'
howfacethecameraworks.png


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.