|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I started making some of these for my website, and got addicted to
the details.
q/c/s?
Anthony D. Baye
Post a reply to this message
Attachments:
Download 'danger.jpg' (127 KB)
Preview of image 'danger.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Anthony D. Baye schrieb:
> I started making some of these for my website, and got addicted to
> the details.
Looks promising. You should apply the cracks and holes to the whole sign
not only to the background.
Just my 2 eurocents...
So long,
Bonsai
--
<--------------------------->
___ __ __ _ ___ ___ _
| _ ) \ \( ) _) _ )( )
| _ \() |\ \ |\ \/ _ \| |
|___/__/_)\__)___)/ \_)_)
www.b0n541.net
<--------------------------->
"Hi. I'm a signature virus. Add me to your signature - help me spread!"
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
good start
Why not put your light less centered and apply your hole pattern as a normal
as well?
Marc
3FD94CB5.73F6D941@Rapidnet.com...
> I started making some of these for my website, and got addicted to
> the details.
>
> q/c/s?
>
> Anthony D. Baye
>
----------------------------------------------------------------------------
----
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I could apply the pattern as a normal, I just hadn't thaught of it. I was
actually hoping to make it a bit less damaged-looking.
Here's the code for the pitting.
pigment {
spotted
color_map {
[0.0 color Yellow*0.875 ]
[0.75 color Yellow*0.875 ]
[0.75 color DarkGreenCopper ]
[0.8125 color DarkGreenCopper ]
[0.8125 color Red4 ]
[0.875 color Red4 ]
[0.875 color Clear ]
[1.0 color Clear ]
}
scale 0.1
rotate 90.0*x
}
It's a yellow silk-screen over a brushed aluminum plate.
I hadn't applied the damage effect to the lettering and the sticker because
they're made from primitives and text objects. I'd tried making the Danger
Sticker using the following method, but it wouldn't scale properly.
texture {
pigment {
cylindrical
color_map {
[0.000000 color Black ]
[0.062500 color Black ]
[0.062500 color White ]
[0.125000 color White ]
[0.125000 color Red ]
[3.000000 color Red ]
}
scale <6.5, 1.0, 2.0>
rotate 90.0*x
translate 2.0*y
}
finish { Metal1 }
}
I could, I suppose, take an orthographic shot of just the sticker, and then,
after cropping it down, apply it as an Image map, the lettering would be
something else though.
Heres the page I'm using them for: <A
href="http://www.rapidnet.com/~banty/tml/shared/UnderCons.html">Under
Construction</A>
Anthony D. Baye
"Anthony D. Baye" wrote:
> I started making some of these for my website, and got addicted to
> the details.
>
> q/c/s?
>
> Anthony D. Baye
>
> ------------------------------------------------------------------------
> [Image]
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I modified the "Pitted" texture into a macro so that it could be used with
any base color, but I couldn't get the normal to work. I have some other
Ideas, but not a whole lot of time (Finals Week). Here's the modified
version:
q/c/s?
Anthony D. Baye
"Anthony D. Baye" wrote:
> I started making some of these for my website, and got addicted to
> the details.
>
> q/c/s?
>
> Anthony D. Baye
>
> ------------------------------------------------------------------------
> [Image]
Post a reply to this message
Attachments:
Download 'danger2.jpg' (135 KB)
Preview of image 'danger2.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 11 Dec 2003 22:05:58 -0700, Anthony D. Baye <ban### [at] Rapidnetcom>
wrote:
> I started making some of these for my website, and got addicted to the
> details.
Add some dents, as if heavy machinery has bumped into it? How about a "No
Smoking" sign with ash and smoke marks? "Do not feed the animals" with
teeth marks?
--
Bob Bagwill
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |