POV-Ray : Newsgroups : povray.unofficial.patches : vtransform() function patch : Re: vtransform() function patch Server Time
2 Sep 2024 18:14:06 EDT (-0400)
  Re: vtransform() function patch  
From: Chris Huff
Date: 23 Oct 1999 06:20:06
Message: <38118C61.E282BD09@yahoo.com>
No, it is another function like vrotate, vaxis_rotate, vnormalize, etc.
It simply allows you to do full transforms on a vector instead of just
rotation.

vrotate(vectA, rotationAmt)
is the same as
vtransform(vectA, rotate rotationAmt)

I will attempt to upload a .zip which contains more of my patch work(and
all of the current WyzPov stuff, although with syntax changes) to
povray.binaries.programming.


Post a reply to this message

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