POV-Ray : Newsgroups : povray.general : sugestion: get_local_point : Re: sugestion: get_local_point Server Time
2 Aug 2024 20:14:43 EDT (-0400)
  Re: sugestion: get_local_point  
From: Rafal 'Raf256' Maj
Date: 1 Aug 2004 08:08:24
Message: <Xns95388F3BD807raf256com@203.29.75.35>
nos### [at] econymdemoncouk news:fb6### [at] econymdemoncouk

> union {
>   union {
>     object { MY_OBJECT }        // The main object moved
>     transform {MOVEMENT}
>   }
> }
> sphere {0,1 transform {MOVEMENT}} // A sphere moved the same way

But what if:

union {
  union {
    difference {
      union { 
        object { MY_OBJECT } 
        transforms 
      }
      transforms
    }
    transforms
  }
  transforms
}


> sphere {0,1 transform {MOVEMENT}} // A sphere moved the same way

But I need a wector - so that I can do mathematic calculations on it (i.e. 
interpolate it, write it to file, etcP




-- 
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics


Post a reply to this message

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