POV-Ray : Newsgroups : povray.binaries.images : ImageArabeske Server Time
11 Aug 2024 05:11:51 EDT (-0400)
  ImageArabeske (Message 1 to 4 of 4)  
From: miyoken
Subject: ImageArabeske
Date: 7 May 2004 11:52:53
Message: <409bb0d5@news.povray.org>
I made image mapped triangle.
///Symmetry group--p4m///
#declare san3=
mesh {
     triangle{< 0,0,0>,<0.5,0,0.5>, <0.5,0,0>}
texture {
pigment{image_map {
  png "flower1.png" 
  map_type 0          interpolate 2      
} 
}
rotate <90,0,0,> translate <0,0,0.5> scale 0.5}
}

///Symmetry group--p6m///
#declare san2=
mesh {
     triangle{< 0,0,0>,<0.5,0,0.8660254037844386*1/3>, <0.5,0,0>}
texture {
pigment{image_map {
     png "flower1.png"
  map_type 0        
  interpolate 2     
} 
}
rotate <90,0,0,> translate <0,0,0.5> scale 0.5}
}

////////
Then I tiled them by POV script.
I referred to this;
http://www.wozzeck.net/arabeske/manual-groups/groups.html

Thanks for your time.


//SOMETHING FAVORITE//
http://miyoken.at.infoseek.co.jp/


Post a reply to this message


Attachments:
Download 'flower1.jpg' (26 KB) Download 'p4m.jpg' (97 KB) Download 'p6m.jpg' (64 KB)

Preview of image 'flower1.jpg'
flower1.jpg

Preview of image 'p4m.jpg'
p4m.jpg

Preview of image 'p6m.jpg'
p6m.jpg


 

From: Ross
Subject: Re: ImageArabeske
Date: 7 May 2004 16:00:25
Message: <409bead9$1@news.povray.org>
"miyoken" <miy### [at] hotmailcom> wrote in message
news:409bb0d5@news.povray.org...
>
> I made image mapped triangle.
> ///Symmetry group--p4m///
> #declare san3=
> mesh {
>      triangle{< 0,0,0>,<0.5,0,0.5>, <0.5,0,0>}
> texture {
> pigment{image_map {
>   png "flower1.png"
>   map_type 0          interpolate 2
> }
> }
> rotate <90,0,0,> translate <0,0,0.5> scale 0.5}
> }
>
> ///Symmetry group--p6m///
> #declare san2=
> mesh {
>      triangle{< 0,0,0>,<0.5,0,0.8660254037844386*1/3>, <0.5,0,0>}
> texture {
> pigment{image_map {
>      png "flower1.png"
>   map_type 0
>   interpolate 2
> }
> }
> rotate <90,0,0,> translate <0,0,0.5> scale 0.5}
> }
>
> ////////
> Then I tiled them by POV script.
> I referred to this;
> http://www.wozzeck.net/arabeske/manual-groups/groups.html
>
> Thanks for your time.


that's pretty cool looking. it might make a good height field for use in
building decorations.


Post a reply to this message

From: Dan P
Subject: Re: ImageArabeske
Date: 7 May 2004 19:02:30
Message: <409c1586@news.povray.org>
miyoken wrote:

> I made image mapped triangle.

Beautiful!

-- 
Respectfully,
Dan P
http://<broken link>


Post a reply to this message

From: miyoken
Subject: Re: ImageArabeske
Date: 10 May 2004 10:17:00
Message: <409f8edc@news.povray.org>
Thank you!
I tried to height field.
The source of ImageArabeske is here:
http://miyoken5.hp.infoseek.co.jp/araImage/image_arabeske.zip

This page is still in Japanese.
http://miyoken5.hp.infoseek.co.jp/araImage/index.htm

miyoken
//SOMETHING FAVORITE//
http://miyoken.at.infoseek.co.jp/


Post a reply to this message


Attachments:
Download 'hf2.jpg' (71 KB)

Preview of image 'hf2.jpg'
hf2.jpg


 

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