POV-Ray : Newsgroups : povray.binaries.images : Robot WIP 2 - 1 attachments Server Time
19 Aug 2024 04:21:02 EDT (-0400)
  Robot WIP 2 - 1 attachments (Message 1 to 6 of 6)  
From: Hookflash
Subject: Robot WIP 2 - 1 attachments
Date: 22 Jan 2001 23:51:49
Message: <Xns9031D3C6248DChookflashhotmailcom@204.213.191.228>
K, it's *not* intended as a robot you'd find in "real-life" (that would be 
more difficult to model, I'm sure), as you can tell from the weird eyes and 
brain.  Speaking of which, the brain looked ok by itself, but when I put it 
inside the mostly-transparent cranium with a refraction of 1.33, it got all 
distorted and enlarged.  How can I avoid this, apart from just not using 
refraction at all?  Thanks for your time and help.

Hookflash

P.S.  I keep forgetting to record my render times, but I do remember this 
one  being quite long on my 486 with 32mb ram.  Time for a new computer;-)


Post a reply to this message


Attachments:
Download 'robot.jpg' (43 KB)

Preview of image 'robot.jpg'
robot.jpg


 

From: Saadat Saeed
Subject: Re: Robot WIP 2 - 1 attachments
Date: 23 Jan 2001 00:49:12
Message: <3a6d1b58@news.povray.org>
How about giving him a smaller brain but a larger glass head! (just a
thought)!



"Hookflash" <hoo### [at] hotmailcom> wrote in message
news:Xns9031D3C6248DChookflashhotmailcom@204.213.191.228...
> K, it's *not* intended as a robot you'd find in "real-life" (that would be
> more difficult to model, I'm sure), as you can tell from the weird eyes
and
> brain.  Speaking of which, the brain looked ok by itself, but when I put
it
> inside the mostly-transparent cranium with a refraction of 1.33, it got
all
> distorted and enlarged.  How can I avoid this, apart from just not using
> refraction at all?  Thanks for your time and help.
>
> Hookflash
>
> P.S.  I keep forgetting to record my render times, but I do remember this
> one  being quite long on my 486 with 32mb ram.  Time for a new computer;-)
>
>


Post a reply to this message

From: Simen Kvaal
Subject: Re: Robot WIP 2 - 1 attachments
Date: 23 Jan 2001 02:21:26
Message: <3a6d30f6@news.povray.org>
> Speaking of which, the brain looked ok by itself, but when I put it
> inside the mostly-transparent cranium with a refraction of 1.33, it got
all
> distorted and enlarged.  How can I avoid this, apart from just not using
> refraction at all?  Thanks for your time and help.
>

I guess the problem is that the glass-head is not "hollow"; that is you use
for example only a sphere, and you don't cut away the insode of the sphere
with another one.

Imagine a spherical shell versus a solid sphere. The shell has a lot less
refraction-effect when looked through.

Simen.


Post a reply to this message

From: Simon Lemieux
Subject: Re: Robot WIP 2 - 1 attachments
Date: 23 Jan 2001 19:35:11
Message: <3A6E239F.4F9B19C3@yahoo.com>
>  [Image]

This robot would be sooooo cool having another robot's crane in his left hand!

-- 
+-------------------------+----------------------------------+
| Simon Lemieux           | http://www.666Mhz.net            |
| Email : Sin### [at] 666Mhznet |        Povray and OpenGL Gallery |
+-------------------------+----------------------------------+


Post a reply to this message

From: Bryan Valencia
Subject: Re: Robot WIP 2 - 1 attachments
Date: 23 Jan 2001 19:58:36
Message: <3A6E2993.DED47E04@209software.com>
It may have to do with your Brain Sphere being solid glass, not a "bubble".

I rendered the attachment with the following code.


#declare A=text{ttf "crystal.ttf","A",.1, 0 pigment{color green 1}
translate<-.25,0,0> scale 3}

sphere{<-3,2,0>,2 pigment{rgbf <1,1,1,1>} interior{ior 1.33} finish{phong 1}}
object{A translate <-3,1,0>}

difference{sphere{<3,2,0>,2}
 sphere{<3,2,0>,1.9}
 pigment{rgbf <1,1,1,1>} interior{ior 1.33} finish{phong 1 reflection .1}
}
object{A translate <3,1,0>}

The left is a solid glass sphere, and the right is a hollowed out sphere
(difference).

give it a try


Hookflash wrote:

>  Speaking of which, the brain looked ok by itself, but when I put it
> inside the mostly-transparent cranium with a refraction of 1.33, it got all
> distorted and enlarged.  How can I avoid this, apart from just not using
> refraction at all?
> Hookflash




--
Bryan Valencia
Software Services - Making Windows Scream
http://www.209software.com
mailto:bry### [at] 209softwarecom


Post a reply to this message


Attachments:
Download 'iortest.jpg' (33 KB)

Preview of image 'iortest.jpg'
iortest.jpg


 

From: Rune
Subject: Re: Robot WIP 2 - 1 attachments
Date: 24 Jan 2001 16:19:10
Message: <3a6f46ce$1@news.povray.org>
"Simon Lemieux" wrote:
> This robot would be sooooo cool having another
> robot's crane in his left hand!

"Switched on or off - that's the question!"

Rune
--
\ Include files, tutorials, 3D images, raytracing jokes,
/ The POV Desktop Theme, and The POV-Ray Logo Contest can
\ all be found at http://rsj.mobilixnet.dk (updated January 6)
/ Also visit http://www.povrayusers.org


Post a reply to this message

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