POV-Ray : Newsgroups : povray.general : Null or empty object / mesh : Re: Null or empty object / mesh Server Time
1 May 2024 14:29:55 EDT (-0400)
  Re: Null or empty object / mesh  
From: Bald Eagle
Date: 12 Aug 2016 10:10:01
Message: <web.57add8a12494daf7b488d9aa0@news.povray.org>
Stephen <mca### [at] aolcom> wrote:

> > applied a matrix to with no apparent result?

clipka pointed out that one can do this:

// Translate a "point"
#declare MyTransform = transform { translate { <x, y, z> } }
#declare Foo2 = vtransform (Foo1, MyTransform);

Maybe you might also consider a completely transparent sphere or disk, or
something of that nature?

BTW, I have wondered this myself.


Post a reply to this message

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