POV-Ray : Newsgroups : povray.binaries.images : ants... do they look realistic? (53K) : Re: ants... do they look realistic? (53K) Server Time
1 Oct 2024 05:16:09 EDT (-0400)
  Re: ants... do they look realistic? (53K)  
From: Micha Riser
Date: 16 Sep 2000 15:33:44
Message: <39C3CB05.207C3582@gmx.net>
I will try to make the ant somewhat less fat. I'm not quite content with
the texture as well. But it's not quite easy to find the best
parameters. 

Here's the main texture:

	#declare T_Ant_Overall=
		texture{
			pigment{
				gradient x
				pigment_map{
					[0 color rgb <.5,.18,.2>]					
					[0.2 color rgb <.5,.18,.2>]
					[0.65 color rgb <.15,.1,.12>*1 ]
					[1 color rgb <.15,.1,.12>*1]							}
				scale 6
				translate <-3,0,0>		
				}	
			finish{diffuse 0.5
					 brilliance 1
					 specular 1
					 roughness 0.02
				   reflection .1
				   ambient 0}
			normal{bumps .1}	   
			}	

There are some special normals on the different parts of the body. 

I'll submit the source code to the POV-Ray Objects Collection once I
have cleaned up the code.

BTW: I have posted a little animation at binaries.animations.

- Micha Riser

--------------------------------------------------------------
 email:                      mic### [at] michavirtualavenet
 visit my homepage:          http://micha.virtualave.net
 POVRay Objects Collection:  http://povobjects.keyspace.de


Post a reply to this message

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