|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ikea's cheap furniture look very Povray friendly with their simple
geometric shapes. I just bought Ikea's cheapest sofa, the Klippan. For no
good reason I took a ruler to it and modelled it, all primitives and CSG.
Not quite finished. The back still has some unsightly protruding geometry.
And the most difficult of all is that the surface looks way too perfectly
streched. I need a way to add creases in the cloth consistent with the way
it's tucked in. I've tried a bunch of procedural textures and I just can't
get it looking right. I'm actually thinking that I need to use SimCloth on
the individual pieces, but that's probably overkill.
Post a reply to this message
Attachments:
Download 'IKeaKlippan.jpg' (21 KB)
Preview of image 'IKeaKlippan.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
i think simcloth will do the job very well indeed.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Now I know why I modelled it... I just need to model the rest of my
furniture so that I can start doing some interior decorating... not!
Spent a few hours on the Klippan sofa last night and this morning before
and during the F1 qualifications (GMT-5 here). A lot of time for a simple
object. The room is very simple, used a photo from the window, easier than
modelling the window and the outside ;-).
Post a reply to this message
Attachments:
Download 'livroom.jpg' (24 KB)
Preview of image 'livroom.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> And the most difficult of all is that the surface looks way too perfectly
> streched.
I suppose you mean, the irregularities are missing. You can add them without
changing the model a lot. Once, I did the following: Changed the cylinder
primitives to using a cylinder macro, that makes an irregular cylinder. It's
not going to mix perfectly with the boxes, but it will be what it's supposed
to be: Imperfect and random... Something like:
#declare Irregularity = .075;
#declare Steps = 10;
// First the usual parameters of a cylinder, then the extra stuff
ir_cylinder ( -1*y, 1*y, .5, Irregularity, Steps )
This will add some noise to the edges of the object, and that might be
enough to make a bumpy texture convincing.
Regards,
Hugo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I live in Klippan, Sweden.. hehehe
Klippan translates to the rock in english.
/Stefan
"Hugo Asm" <hua### [at] post3teledk> wrote in message
news:3f478c61$1@news.povray.org...
> > And the most difficult of all is that the surface looks way too
perfectly
> > streched.
>
> I suppose you mean, the irregularities are missing. You can add them
without
> changing the model a lot. Once, I did the following: Changed the cylinder
> primitives to using a cylinder macro, that makes an irregular cylinder.
It's
> not going to mix perfectly with the boxes, but it will be what it's
supposed
> to be: Imperfect and random... Something like:
>
> #declare Irregularity = .075;
> #declare Steps = 10;
>
> // First the usual parameters of a cylinder, then the extra stuff
> ir_cylinder ( -1*y, 1*y, .5, Irregularity, Steps )
>
> This will add some noise to the edges of the object, and that might be
> enough to make a bumpy texture convincing.
>
> Regards,
> Hugo
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Now I know why I modelled it... I just need to model the rest of my
> furniture so that I can start doing some interior decorating... not!
>
> Spent a few hours on the Klippan sofa last night and this morning
before
> and during the F1 qualifications (GMT-5 here). A lot of time for a
simple
> object. The room is very simple, used a photo from the window, easier
than
> modelling the window and the outside ;-).
That's a really nice render!
-Peter
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Peter Hertel" <peter@hertel**NOSPAM**.no> wrote in
news:3f4b92ea@news.povray.org:
> That's a really nice render!
Thank you.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Stefan Persson" <azy### [at] teliacom> wrote in
news:3f4b6e57@news.povray.org:
> I live in Klippan, Sweden.. hehehe
> Klippan translates to the rock in english.
Hehehe, actually it's fun to know these things. Thanks.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> > I live in Klippan, Sweden.. hehehe
> > Klippan translates to the rock in english.
>
> Hehehe, actually it's fun to know these things.
But does that have anything to do with my comment? :o)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I had the wrong thread selected when I pressed the [Reply Group]. K? ;)
/Stefan
"Hugo Asm" <hua### [at] post3teledk> wrote in message
news:3f4f07ce@news.povray.org...
> > > I live in Klippan, Sweden.. hehehe
> > > Klippan translates to the rock in english.
> >
> > Hehehe, actually it's fun to know these things.
>
> But does that have anything to do with my comment? :o)
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |