POV-Ray : Newsgroups : povray.binaries.images : cgs (48kb) Server Time
1 Oct 2024 18:27:34 EDT (-0400)
  cgs (48kb) (Message 6 to 15 of 15)  
<<< Previous 5 Messages Goto Initial 10 Messages
From: Greg M  Johnson
Subject: Re: cgs (48kb)
Date: 14 Aug 2000 09:11:24
Message: <3997EECE.9A6439B1@my-dejanews.com>
You used the 'disjointedness' of csg to your advantage here, providing a
'welded metal construction' look that most people attempt with texturing......

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: 14 Aug 2000 13:02:36
Message: <39982456.AE0950D@usb.ve>
Arthur Flint wrote:
> 
> I think that it looks good.
> 
Thanks.


Bob Hughes wrote:
> 
> Kinda cool.  A few lights would go good on it I think. ...
Could be, but by the moment I don't know where to place them.
> ...The engine nozzle
> seems almost rusty to me though, and I guess the pilot doesn't need to see
> straight ahead (instrument flying?). ...
  That's becouse the pilot was aded after the ship was modeled. I'll try
to fix
  that.
> ... All in all a good scene.  Also, some
> wear and tear at the leading edges from particle strikes would be a great
> addition.
  I agree. Though I think that will not easy to implement, I'll try it. Thank
  you for your comments. 


ryan constantine wrote:
> 
> captain proton to the rescue!
  Well,... yes. :-)

  Alberto.


Post a reply to this message

From: Alberto
Subject: Re: cgs (48kb)
Date: 14 Aug 2000 13:02:56
Message: <39982490.FAC780C5@usb.ve>
Steve wrote:
> 
> This looks great, expecially the texturing.
> 
  Thanks.
> There seems to be something wrong with the flame, more the shape than
> the colour of it.
> 
  Ok, I'll see what can be done.
> Thanks for sharing.
  :-)


Greg M. Johnson wrote:
> 
> You used the 'disjointedness' of csg to your advantage here, providing a
> 'welded metal construction' look that most people attempt with texturing......
> 
Well, bellow is an image of the hull without any texture.

Alberto.


Post a reply to this message


Attachments:
Download 'hull.jpg' (4 KB)

Preview of image 'hull.jpg'
hull.jpg


 

From: Greg M  Johnson
Subject: Re: cgs (48kb)
Date: 14 Aug 2000 13:04:05
Message: <39982558.2B27BB9B@my-dejanews.com>
Oops or no oops? Can't see in your image......

Alberto wrote:

> Greg M. Johnson wrote:
> >
> > You used the 'disjointedness' of csg to your advantage here, providing a
> > 'welded metal construction' look that most people attempt with texturing......
> >
> Well, bellow is an image of the hull without any texture.
>
> Alberto.
>
>   ------------------------------------------------------------------------
>  [Image]


Post a reply to this message

From: Alberto
Subject: Re: cgs (48kb)
Date: 14 Aug 2000 14:40:39
Message: <39983B72.FFB0E52C@usb.ve>
"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: 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 5 Messages Goto Initial 10 Messages

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