POV-Ray : Newsgroups : moray.win : Texture Mapping Server Time
29 Jun 2024 00:09:56 EDT (-0400)
  Texture Mapping (Message 1 to 10 of 11)  
Goto Latest 10 Messages Next 1 Messages >>>
From: Dave Bates {[Norman]}
Subject: Texture Mapping
Date: 27 May 2002 23:25:59
Message: <3cf2f8c7$1@news.povray.org>
Heah everyone.. I'm playing aroundi n Moray and was wondering if there is a
way to do Object Mapping?

I've checked the docs.. And couldn't find any mention..
I'll double check with a Newsgroup search.. But I don't know if Moray can do
it..

Thanks


Post a reply to this message

From: Warp
Subject: Re: Texture Mapping
Date: 28 May 2002 02:13:03
Message: <3cf31fee@news.povray.org>
"Dave Bates {[Norman]}" <dave[a t] <remove>voygr.com> wrote:
> Heah everyone.. I'm playing aroundi n Moray and was wondering if there is a
> way to do Object Mapping?

  What is Object Mapping?

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From: Dave Bates {[Norman]}
Subject: Re: Texture Mapping
Date: 28 May 2002 08:01:03
Message: <3cf3717f$1@news.povray.org>
C'mon Warp.. I'm Sure you know what that is:
In POV it's inside the pigment statment:
texture {
    pigment {
        object {
            objectName
            color1
            color2
        }
    }
}

It's where you map an object into the Pigment..
I odn't think moray has this capability however.
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3cf31fee@news.povray.org...
> "Dave Bates {[Norman]}" <dave[a t] <remove>voygr.com> wrote:
> > Heah everyone.. I'm playing aroundi n Moray and was wondering if there
is a
> > way to do Object Mapping?
>
>   What is Object Mapping?
>
> --
> #macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb
M()}}
> N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
> N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  -
Warp -


Post a reply to this message

From: Ken
Subject: Re: Texture Mapping
Date: 28 May 2002 08:31:18
Message: <3CF3794F.F13A4326@pacbell.net>
"Dave Bates {[Norman]}" wrote:
> 
> C'mon Warp.. I'm Sure you know what that is:
> In POV it's inside the pigment statment:
> texture {
>     pigment {
>         object {
>             objectName
>             color1
>             color2
>         }
>     }
> }
> 
> It's where you map an object into the Pigment..
> I odn't think moray has this capability however.

That is not possible with POV-Ray so you will not find support for it
in Moray.

-- 
Ken Tyler


Post a reply to this message

From: Warp
Subject: Re: Texture Mapping
Date: 28 May 2002 08:50:14
Message: <3cf37d05@news.povray.org>
Dave Bates {[Norman]} <dave[a t]voygr.com> wrote:
> C'mon Warp.. I'm Sure you know what that is:
> In POV it's inside the pigment statment:
> texture {
>     pigment {
>         object {
>             objectName
>             color1
>             color2
>         }
>     }
> }

> It's where you map an object into the Pigment..

  That's an object pattern. There's no such a thing as "object mapping"
in POV-Ray.

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From: Warp
Subject: Re: Texture Mapping
Date: 28 May 2002 08:50:40
Message: <3cf37d20@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote:
> That is not possible with POV-Ray

  It is in POV-Ray 3.5.

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From: Dave Bates [{Norman}]
Subject: Re: Texture Mapping
Date: 28 May 2002 12:00:30
Message: <3cf3a99e$1@news.povray.org>
Sorry about that.. I know I get my Terminoligy wrong some times..

So do we think in future version of POV that this will be possible, since
POV RC's can do it?

Just a question.. :)
Dave

"Warp" <war### [at] tagpovrayorg> wrote in message
news:3cf37d05@news.povray.org...
> Dave Bates {[Norman]} <dave[a t]voygr.com> wrote:
> > C'mon Warp.. I'm Sure you know what that is:
> > In POV it's inside the pigment statment:
> > texture {
> >     pigment {
> >         object {
> >             objectName
> >             color1
> >             color2
> >         }
> >     }
> > }
>
> > It's where you map an object into the Pigment..
>
>   That's an object pattern. There's no such a thing as "object mapping"
> in POV-Ray.
>
> --
> #macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb
M()}}
> N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
> N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  -
Warp -


Post a reply to this message

From: Warp
Subject: Re: Texture Mapping
Date: 28 May 2002 13:22:23
Message: <3cf3bccf@news.povray.org>
Dave Bates [{Norman}] <dab### [at] msncom> wrote:
> So do we think in future version of POV that this will be possible, since
> POV RC's can do it?

  No, it will be removed from future versions.

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

From: Lutz Kretzschmar
Subject: Re: Texture Mapping
Date: 29 May 2002 09:34:21
Message: <55m9fucdd6etr7qkb860lgae4bj3euglev@4ax.com>
Hi Warp, you recently wrote in moray.win:

> Dave Bates [{Norman}] <dab### [at] msncom> wrote:
> > So do we think in future version of POV that this will be possible, since
> > POV RC's can do it?
> 
>   No, it will be removed from future versions.
Warp, sometimes you crack me up :-)

Dave, since Moray V3.3 officially only supports POV-Ray V3.1, it does
not support the object pattern. Not sure if the next version will
support it directly, but the next version will allow you to write the
texture in POV SDL inside the Texture Editor.

- Lutz
  email : lut### [at] stmuccom
  Web   : http://www.stmuc.com/moray


Post a reply to this message

From: Dave Bates {[Norman]}
Subject: Re: Texture Mapping
Date: 29 May 2002 10:16:47
Message: <3cf4e2cf$1@news.povray.org>
Cool.. that's what I Was wondering.. That and I wish there was an easier way
to select objets.. I might be missing a Hot Key.. I've not memorized them
all.. :)

Thanks fo rall your help
"Lutz Kretzschmar" <lut### [at] stmuccom> wrote in message
news:55m9fucdd6etr7qkb860lgae4bj3euglev@4ax.com...
> Hi Warp, you recently wrote in moray.win:
>
> > Dave Bates [{Norman}] <dab### [at] msncom> wrote:
> > > So do we think in future version of POV that this will be possible,
since
> > > POV RC's can do it?
> >
> >   No, it will be removed from future versions.
> Warp, sometimes you crack me up :-)
>
> Dave, since Moray V3.3 officially only supports POV-Ray V3.1, it does
> not support the object pattern. Not sure if the next version will
> support it directly, but the next version will allow you to write the
> texture in POV SDL inside the Texture Editor.
>
> - Lutz
>   email : lut### [at] stmuccom
>   Web   : http://www.stmuc.com/moray


Post a reply to this message

Goto Latest 10 Messages Next 1 Messages >>>

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