POV-Ray : Newsgroups : povray.binaries.images : More Bang for your Buck. Server Time
16 Aug 2024 00:24:39 EDT (-0400)
  More Bang for your Buck. (Message 1 to 3 of 3)  
From: Tom Bates
Subject: More Bang for your Buck.
Date: 24 Apr 2002 06:23:31
Message: <3cc687a3@news.povray.org>
Just trying to keep myself awake with a little diversion.

I used Michael Andrews' Plane from "Death of a Cliche."
The bullet is a simple cylinder/sphere union.
The bill is a cheap jpeg off the web.

Can somebody suggest a better texture for the bullet?
I'm using this (copied and tweaked from "metals.inc"):

  texture {
    pigment { rgb <0.80, 0.80, 0.95> }
    finish {
      ambient 0.35
      brilliance 2
      diffuse 0.3
      metallic
      specular 0.80
      roughness 0.005 // 1/20
      reflection 0.2
    }
  }


Tom Bates
--
#macro T(B)#local m=mod(B,8);#local B=floor(B/8);m#end#local C=
126981491245202;#local D=35272747141156;#local i=0;light_source
{-10,1}sphere_sweep{catmull_rom_spline 16#while(i<16)<T(C)-4,T(
D)-2,10-i/10>.1#local i=i+1;#end pigment{rgb 1}}background{1}//TB


Post a reply to this message


Attachments:
Download 'Bang4Buck.jpg' (69 KB)

Preview of image 'Bang4Buck.jpg'
Bang4Buck.jpg


 

From: Shay
Subject: Re: More Bang for your Buck.
Date: 24 Apr 2002 10:29:45
Message: <3cc6c159@news.povray.org>
The bullet needs a little more shape to it. Bullets have grooves at the
bottom to help them remain in the casing. As far as bullet texture, you
might consider making a copper (armor-piercing) bullet instead of a lead
one.

 -Shay

Tom Bates <tho### [at] shawca> wrote in message
news:3cc687a3@news.povray.org...


Post a reply to this message

From: George Pantazopoulos
Subject: Re: More Bang for your Buck.
Date: 24 Apr 2002 20:19:28
Message: <3cc74b90$1@news.povray.org>
http://www.geletka.com/j/
These might be unusual bullets, but at least its something to start with :)
Try searching for bullet pictures.

George Pantazopoulos





"Tom Bates" <tho### [at] shawca> wrote in message
news:3cc687a3@news.povray.org...
> Just trying to keep myself awake with a little diversion.
>
> I used Michael Andrews' Plane from "Death of a Cliche."
> The bullet is a simple cylinder/sphere union.
> The bill is a cheap jpeg off the web.
>
> Can somebody suggest a better texture for the bullet?
> I'm using this (copied and tweaked from "metals.inc"):
>
>   texture {
>     pigment { rgb <0.80, 0.80, 0.95> }
>     finish {
>       ambient 0.35
>       brilliance 2
>       diffuse 0.3
>       metallic
>       specular 0.80
>       roughness 0.005 // 1/20
>       reflection 0.2
>     }
>   }
>
>
> Tom Bates
> --
> #macro T(B)#local m=mod(B,8);#local B=floor(B/8);m#end#local C=
> 126981491245202;#local D=35272747141156;#local i=0;light_source
> {-10,1}sphere_sweep{catmull_rom_spline 16#while(i<16)<T(C)-4,T(
> D)-2,10-i/10>.1#local i=i+1;#end pigment{rgb 1}}background{1}//TB
>
>
>
>


Post a reply to this message

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