From: Fingolfin
Subject: Can't get VAngleD() to work
Date: 28 Mar 2003 08:08:09
Message: <3e844939@news.povray.org>
I am trying to use the VAngleD() macro from "math.inc" to work. I want to
use it to make an object face a point, sort of like you can make the camera
face a certain point. However, I can't get it to do what I want to. An
example of how to use VAngleD() or another way to make an object turn toward
a point would be great.
Thanks,
Fingolfin.
"Fingolfin" <til### [at] hotmailcom> wrote in
news:3e844939@news.povray.org:
> I am trying to use the VAngleD() macro from "math.inc" to work. I want> to use it to make an object face a point, sort of like you can make> the camera face a certain point. However, I can't get it to do what I> want to. An example of how to use VAngleD() or another way to make an> object turn toward a point would be great.
You can look for information about the
Reorient_Trans() macro in the documentation:
http://www.povray.org/documentation/view/281/#reorient_trans
Tor Olav