POV-Ray : Newsgroups : povray.advanced-users : i still do not have an answer yet : Re: i still do not have an answer yet Server Time
30 Jul 2024 02:25:09 EDT (-0400)
  Re: i still do not have an answer yet  
From: Chris Huff
Date: 15 Jan 2001 21:47:26
Message: <chrishuff-42A9CF.21484915012001@news.povray.org>
In article <3a63a73f@news.povray.org>, "Adam Gibbons" 
<Fie### [at] emailcom> wrote:

> does vrotate work under povray 3.1g for windows ??!!

Yes, the vrotate() function is part of the official version. However, 
the vtransform() function isn't, it is a patch that I wrote, but it is 
in MegaPOV and will eventually be in POV 3.5. You could imitate it 
partially with macros, like:
#macro VTranslate(V, Translation) (V+Translation) #end
#macro VScale(V, Translation) (V*Translation) #end

Another function in the official version that you may find useful is 
vaxis_rotate(), which rotates a point around a given axis by a specified 
number of degrees instead of x, y, then z.

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

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