POV-Ray : Newsgroups : povray.general : transparent plane : Re: transparent plane Server Time
6 Aug 2024 08:13:14 EDT (-0400)
  Re: transparent plane  
From:
Date: 19 Apr 2002 05:54:14
Message: <otpvbu8eslko3indu1h0anq84lkfk2h4ha@4ax.com>
On Fri, 19 Apr 2002 12:36:59 +0300, "Tanju Gurel" <tan### [at] ibuedutr> wrote:
> Hi all...

Hi

> I know the normal vector and the distance from the origin of this plane.
> How can i draw a transparent plane.? (for example red plane but can see
> backward)

As documentation says the syntax for plane is:

plane
    {
        <Normal>, Distance
        [OBJECT_MODIFIERS...]
    }

You said you have normal and distance, so just put it inside syntax.
To make it red and transparent add pigment as object modifier.

  plane{ MyNormal , MyDistance pigment{ red 1 transmit MyTransmitFactor } }

Consider also camera and light placement. It is usually necessary to see
objects :-)

> I've searched it from tutorials, internet and newsgroups but i couldn't
> be able to find it.

Have you asked in povray.newusers ? It is designed for this kind of questions.

ABX


Post a reply to this message

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