POV-Ray : Newsgroups : povray.binaries.images : Blob Bot - 50.6kbu Server Time
19 Aug 2024 04:23:59 EDT (-0400)
  Blob Bot - 50.6kbu (Message 1 to 7 of 7)  
From: Alan Holding
Subject: Blob Bot - 50.6kbu
Date: 22 Jan 2001 18:07:06
Message: <3a6cbd1a@news.povray.org>
Hello, all.

I was off work today with a bad back - and ended up doing this little
monster whilst teaching myself how to model with blobs.

BTW -Technical query here.  The rear view of the bot is a cheat.  I had to
comment out the code for the image maps (that's the stylised robot head on
the chest and the number 23 on the shoulder) as they were being 'projected
through' to the back.  Anyone know a way to get them onto the front only,
without having to split the object down the middle and union the two
different versions (one with maps, one without) back together?  Badly
phrased, but I hope someone understands what I mean.

And, nearly forgot...  Thanks Rune for your blob tutorial!  I understand
negative strength a lot more now.

Bye,
Alan.


Post a reply to this message


Attachments:
Download 'blob_bot.jpg' (51 KB)

Preview of image 'blob_bot.jpg'
blob_bot.jpg


 

From: Chris Huff
Subject: Re: Blob Bot - 50.6kbu
Date: 22 Jan 2001 21:26:41
Message: <chrishuff-72F17F.21274722012001@news.povray.org>
In article <3a6cbd1a@news.povray.org>, "Alan Holding" 
<man### [at] lineonenet> wrote:

> BTW -Technical query here.  The rear view of the bot is a cheat.  I had to
> comment out the code for the image maps (that's the stylised robot head on
> the chest and the number 23 on the shoulder) as they were being 'projected
> through' to the back.  Anyone know a way to get them onto the front only,
> without having to split the object down the middle and union the two
> different versions (one with maps, one without) back together?  Badly
> phrased, but I hope someone understands what I mean.

One way would be to use a gradient pigment_map to restrict the 
image_mapped portion to the front.

pigment_map {gradient Dir
    [0 ImageMapPigment]
    [0 ImageMapPigment]
    [0 NoImageMapPigment]
    [0 NoImageMapPigment]
}

Or do something similar using layered textures to layer the image_map on 
the base texture. That could be more difficult, though...

If you aren't committed to using an image_map, and are using MegaPOV, 
those designs should be fairly easy to duplicate with the object pattern.

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

From: C J  - POV User
Subject: Re: Blob Bot - 50.6kbu
Date: 22 Jan 2001 23:18:17
Message: <3a6d0609@news.povray.org>
Q- "Anyone know a way to get them onto the front only"

A?- "Use the text object and merge it with a copy of the chest creating a
new object. increase the scale a little and place it back in the scene...
Hope that helps."

--
C.J. - POV User
POV Ray Study Gallery
www.crosswinds.net/~povstudy
hou### [at] yahoocom
Alan Holding <man### [at] lineonenet> wrote in message
news:3a6cbd1a@news.povray.org...
> Hello, all.
>
> I was off work today with a bad back - and ended up doing this little
> monster whilst teaching myself how to model with blobs.
>
> BTW -Technical query here.  The rear view of the bot is a cheat.  I had to
> comment out the code for the image maps (that's the stylised robot head on
> the chest and the number 23 on the shoulder) as they were being 'projected
> through' to the back.  Anyone know a way to get them onto the front only,
> without having to split the object down the middle and union the two
> different versions (one with maps, one without) back together?  Badly
> phrased, but I hope someone understands what I mean.
>
> And, nearly forgot...  Thanks Rune for your blob tutorial!  I understand
> negative strength a lot more now.
>
> Bye,
> Alan.
>
>
>
>


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: Blob Bot - 50.6kbu
Date: 23 Jan 2001 06:51:23
Message: <3a6d703b@news.povray.org>
give it dangly arms & legs, and it would make a cool keyring :)


--
Rick

POV-Ray News & Resources - http://povray.co.uk
Kitty5 WebDesign - http://kitty5.com
Hi-Impact web site design & database driven e-commerce
TEL : +44 (01625) 266358 - FAX : +44 (01625) 611913 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

From: David Fontaine
Subject: Re: Blob Bot - 50.6kbu
Date: 23 Jan 2001 21:02:20
Message: <3A6E37B1.45746F0C@faricy.net>
johnny   23   alive

interesting robot

Alan Holding wrote:

> BTW -Technical query here.  The rear view of the bot is a cheat.  I had to
> comment out the code for the image maps (that's the stylised robot head on
> the chest and the number 23 on the shoulder) as they were being 'projected
> through' to the back.  Anyone know a way to get them onto the front only,
> without having to split the object down the middle and union the two
> different versions (one with maps, one without) back together?  Badly
> phrased, but I hope someone understands what I mean.

Did same thing for train cars.
Make a gradient with an abrupt change halfway between the two sides.

--
David Fontaine  <dav### [at] faricynet>  ICQ 55354965
My raytracing gallery:  http://davidf.faricy.net/


Post a reply to this message

From: Hugo
Subject: Re: Blob Bot - 50.6kbu
Date: 26 Jan 2001 17:26:35
Message: <3A71F96D.7CB48761@post3.tele.dk>
Hello,

Since nobody else used the word "great" to describe Allan's blob bot,
I'LL DO IT!  I really like the smooth edges of blobs. But so far, blobs
are not very controlable to me. This blob-bot is great work.

Hugo


Post a reply to this message

From: Alan Holding
Subject: Re: Blob Bot - 50.6kbu
Date: 27 Jan 2001 07:23:29
Message: <3a72bdc1@news.povray.org>
Hugo <hua### [at] post3teledk> wrote in message
news:3A71F96D.7CB48761@post3.tele.dk...

> Since nobody else used the word "great" to describe Allan's blob bot,
> I'LL DO IT!  I really like the smooth edges of blobs. But so far, blobs
> are not very controlable to me. This blob-bot is great work.

Thanks, Hugo.  (I've sent you the scene-file to have a look at.)

As mentioned in the post, you might like to have a look at Rune's Blob
Tutorial - it really helped me to understand how they work:

http://rsj.mobilixnet.dk/3d/blobs/blobs.html

And thanks to Chris, David and CJ for the help with the image maps - problem
solved using a gradient -z and a pigment map.

See ya,
Alan.

PS - For those of us who read Robert Rankin novels, doesn't it strike you as
odd that I mentioned 'Hugo Rune' in this message?


Post a reply to this message

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