POV-Ray : Newsgroups : povray.binaries.images : cgs (48kb) Server Time
1 Oct 2024 18:30:13 EDT (-0400)
  cgs (48kb) (Message 11 to 15 of 15)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Greg M  Johnson
Subject: Re: cgs (48kb)
Date: 14 Aug 2000 16:55:52
Message: <39985BA9.247A2C68@my-dejanews.com>
I can see it, but it's so small it's hard to tell if it's smooth.....

Alberto wrote:

> "Greg M. Johnson" wrote:
> >
> > Oops or no oops? Can't see in your image......
> >
> I don't know what happens. I can see it with my news reader, it's a jpeg file.
> Alberto.


Post a reply to this message

From: Alberto
Subject: Re: cgs (48kb)
Date: 14 Aug 2000 22:40:33
Message: <3998AD7C.B06FA225@usb.ve>
"Greg M. Johnson" wrote:
> 
> I can see it, but it's so small it's hard to tell if it's smooth.....

Sorry, here is a bigger image.
Regards, Alberto.


Post a reply to this message


Attachments:
Download 'hull1.jpg' (15 KB)

Preview of image 'hull1.jpg'
hull1.jpg


 

From: ryan constantine
Subject: Re: cgs (48kb)
Date: 16 Aug 2000 05:28:24
Message: <399A5EA7.DA810444@yahoo.com>
are your textures procedural?  if so, i'd like a peek if that's okay.

Alberto wrote:
> 
> This is more or less the final version of my cgs fighter. Texturing was
> the most time consuming task.
> 
> Although antialiasing threshold was set to .1 and depth to 4 it took
> only half an hour to render.
> 
> What do you think?
> 
> Alberto.
> 
>   ------------------------------------------------------------------------
>  [Image]


Post a reply to this message

From: Alberto
Subject: Re: cgs (48kb)
Date: 17 Aug 2000 00:39:53
Message: <399B6C5B.3BD725E0@usb.ve>
ryan constantine wrote:
> 
> are your textures procedural?  if so, i'd like a peek if that's okay.
> 
Hi Ryan. There is no problem to share the texture.

I wanted to give the ship the aspect of a very used one.

The fringes on the hull are made with normals. They are achieved with
radial and gradient x. The granite normal takes care of a bit of bumpiness.

To get the dust, to distinct pigment were used. The first one, to draw
the horizontal dust along the hull. The second one to have broad dark areas.
This texture was inspired by an image posted by H. E. Day.

Here is the code.

#declare Metal = <.95, .95, 1>; //bluish color
#declare HullTexture =
texture{
	finish{reflection .05 phong .05 phong_size 50}
	normal{average
		normal_map{
			[1 radial .05  frequency 4  rotate 90*z]
			[1 gradient x .05  translate 8*x]
			[.28 granite scale<2, 1, 1>]
		}
	}
	pigment{
		average translate -6*x 
		pigment_map{
			[.4  bozo scale <1,.01,.05>
				pigment_map{
					[0 gradient x
						color_map{[0 rgb 1.2*Metal] [1 rgb .8*Metal]}
					]
					[1 rgb .8*Metal]
				}
			]
			[.6	bozo scale <2, .25, .25>
				color_map{[0 rgb .65*Metal][1 rgb .9*Metal]}
			]
		}
	}
}

Best regards,
                                      Alberto


Post a reply to this message

From: ryan constantine
Subject: Re: cgs (48kb)
Date: 21 Aug 2000 02:30:57
Message: <39A0CC81.9F39EDDF@yahoo.com>
thanks

Alberto wrote:
> 
> ryan constantine wrote:
> >
> > are your textures procedural?  if so, i'd like a peek if that's okay.
> >
> Hi Ryan. There is no problem to share the texture.
> 
> I wanted to give the ship the aspect of a very used one.
> 
> The fringes on the hull are made with normals. They are achieved with
> radial and gradient x. The granite normal takes care of a bit of bumpiness.
> 
> To get the dust, to distinct pigment were used. The first one, to draw
> the horizontal dust along the hull. The second one to have broad dark areas.
> This texture was inspired by an image posted by H. E. Day.
> 
> Here is the code.
> 
> #declare Metal = <.95, .95, 1>; //bluish color
> #declare HullTexture =
> texture{
>         finish{reflection .05 phong .05 phong_size 50}
>         normal{average
>                 normal_map{
>                         [1 radial .05  frequency 4  rotate 90*z]
>                         [1 gradient x .05  translate 8*x]
>                         [.28 granite scale<2, 1, 1>]
>                 }
>         }
>         pigment{
>                 average translate -6*x
>                 pigment_map{
>                         [.4  bozo scale <1,.01,.05>
>                                 pigment_map{
>                                         [0 gradient x
>                                                 color_map{[0 rgb 1.2*Metal] [1 rgb
.8*Metal]}
>                                         ]
>                                         [1 rgb .8*Metal]
>                                 }
>                         ]
>                         [.6     bozo scale <2, .25, .25>
>                                 color_map{[0 rgb .65*Metal][1 rgb .9*Metal]}
>                         ]
>                 }
>         }
> }
> 
> Best regards,
>                                       Alberto


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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