POV-Ray : Newsgroups : povray.binaries.images : Sold Out - LIMITED UNITS WATCHES! ...HERE IS PROOF!!! Server Time
31 Jul 2024 10:23:55 EDT (-0400)
  Sold Out - LIMITED UNITS WATCHES! ...HERE IS PROOF!!! (Message 21 to 23 of 23)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Jaime Vives Piqueres
Subject: Re: Sold Out - LIMITED UNITS WATCHES! ...HERE IS PROOF!!!
Date: 22 Apr 2010 06:12:17
Message: <4bd02101$1@news.povray.org>

> I meant anything 3d (meshes, etc rendered in Pov-Ray. Just not PhotoShop
>  CS4's "3d"... :)

  Oops... sorry, I think I have gone too far with the joke... ;) No one has
photoshoped the original pic: It is really an enhanced version rendered with
MegaPOV! Notice that the sun placement is in fact slightly different (I did
it to simulate that this pic was taken before the cleaning, some hours
before the other one).

-- 
Jaime Vives Piqueres

http://www.ignorancia.org


Post a reply to this message

From: Jaime Vives Piqueres
Subject: Re: Sold Out - LIMITED UNITS WATCHES! ...HERE IS PROOF!!!
Date: 22 Apr 2010 06:26:32
Message: <4bd02458@news.povray.org>

> And, strictly speaking, those added objects /are/ 3d in POV-Ray -
> they're just not CSG models. But they're not billboards (or at least so
> I assume).

   No, I'm not proficient enough at cheating with billboards... :)

   The extinguisher and crane models are 3DS meshes from archive3d.net,
imported into Wings3D and exported to POV-Ray with very little tweaking.

   The wrinkled papers on the floor are in fact CSG, recycled from an old
scene (the office).

   For the floor dirt I used 2 additional layers, one for the shoe prints,
and other for the skid marks. The big puddle-like stains are not an
additional layer, but a very thin height_field that appears trough the floor
only at some places... the tricky transparent texture on it seems to work
very well:

#declare f_ground=
function{
   pigment{
     granite
   }
}
#declare t_dry_oil_stain=
texture{
  pigment{
   granite
   color_map{
     [0 DarkTan*.1 transmit .2 filter .2]
     [1 HuntersGreen*.1 transmit 1 filter 1]
   }
  }
}
height_field{
  function 512,512{f_ground(x,y,z).gray}
  translate -.5
  texture{t_dry_oil_stain rotate 180*x}
  scale <8,.01,2.5>
  translate .04*y
}


>
> (And last not least, in the context of this scene, "awsome" /must/ be
> misspelt :-)).

   Indeed...

-- 
Jaime Vives Piqueres

http://www.ignorancia.org


Post a reply to this message

From: Nekar Xenos
Subject: Re: Sold Out - LIMITED UNITS WATCHES! ...HERE IS PROOF!!!
Date: 22 Apr 2010 07:02:06
Message: <op.vbj8w7raufxv4h@go-dynamite>
On Thu, 22 Apr 2010 12:16:17 +0200, Jaime Vives Piqueres  

<jai### [at] ignoranciaorg> wrote:


>> I meant anything 3d (meshes, etc rendered in Pov-Ray. Just not PhotoS
hop
>>  CS4's "3d"... :)
>
>   Oops... sorry, I think I have gone too far with the joke... ;) No on
e  

> has
> photoshoped the original pic: It is really an enhanced version rendere
d  

> with
> MegaPOV! Notice that the sun placement is in fact slightly different (
I  

> did
> it to simulate that this pic was taken before the cleaning, some hours

> before the other one).
>
LOL. I understood it the other way around...

-Nekar Xenos-


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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