POV-Ray : Newsgroups : povray.newusers : Rendering snapshots from Molecular simulations : Re: Rendering snapshots from Molecular simulations Server Time
30 Jul 2024 08:25:37 EDT (-0400)
  Re: Rendering snapshots from Molecular simulations  
From: Josh
Date: 13 Aug 2004 04:51:26
Message: <411c810e$1@news.povray.org>
> Yes..draw a cube around 256 atoms (sphere). I have never used POV-ray
> before..Sorry, if this sounds very trivial.
>

box    {
        <-1,-1,-1>,
        <1,1,1>
    texture { pigment { White } }
            }

... will draw a white coloured box around co-ords -1,-1,-1 and 1,1,1

Change the co-ords to fit the area you want.


use "rgbt <1,1,1,.8>" instead of "White" to make the box partially
transparent


Post a reply to this message

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