POV-Ray : Newsgroups : povray.advanced-users : POVRay referencing object rotation values : POVRay referencing object rotation values Server Time
16 May 2024 18:44:39 EDT (-0400)
  POVRay referencing object rotation values  
From: bublible
Date: 16 Mar 2015 10:50:00
Message: <web.5506ec6e7660ce39b91df8500@news.povray.org>
How can I reference an object in POVRay? I mean I want to rotate another object
on axis X by another object's rotation value of its Z axis.

I am thinking about something like this (this of course does not work, just to
show you what I mean):

// lets say before I #declared two objects named ObjA & ObjB
Object {
    ObjA
    rotate <ObjB.rotation.z, 0, 0>
}

Any suggestions, please?


Post a reply to this message

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