POV-Ray : Newsgroups : povray.binaries.utilities : DEM2POV v1.4 Server Time
24 Apr 2024 11:27:22 EDT (-0400)
  DEM2POV v1.4 (Message 21 to 30 of 30)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Melody
Subject: Re: DEM2POV v1.4
Date: 5 Dec 2019 03:00:01
Message: <web.5de8b8095aa06a409da690110@news.povray.org>
Kauai Project took 1400 character upgrade to the script, smarter program.
see alias deminit,
set a few things, it should fly.


Post a reply to this message


Attachments:
Download 'script_5.zip' (11 KB)

From: Melody
Subject: Re: DEM2POV v1.4
Date: 5 Dec 2019 03:50:01
Message: <web.5de8c4b65aa06a409da690110@news.povray.org>
bug fix 1a

dont have to test it, I can see, names with spaces
in the NEW header wont fly,

make it this way, separator should be a comma

 formatname {
 ...
  if (%headformat) %r = $gettok(%r,1,44)

was working on the old header, scanning it


Post a reply to this message

From: Melody
Subject: Re: DEM2POV v1.4
Date: 5 Dec 2019 22:05:00
Message: <web.5de9c4c45aa06a409da690110@news.povray.org>
and again ... heh

sorted longitudes,
then took all the same longitudes, and sorted by latitude.

in the mix, if there were only one longitude ... oops.
fixed.

111.25 - 111.25 ) * 8
pce( "wupatkise.tga" , 0 *n, 0 *n,0)
111.25 - 111.25 ) * 8
pce( "wupatkine.tga" , 1 *n, 0 *n,0)
111.375 - 111.25 ) * 8
pce( "wupatkisw.tga" , 0 *n, 1 *n,0)
112.5 - 111.25 ) * 8
pce( "tinhouse.tga" , 1 *n, 10 *n,0)


jillion other things fixed


Post a reply to this message


Attachments:
Download 'dems1_6.mrc.txt' (10 KB)

From: Melody
Subject: Re: DEM2POV v1.4
Date: 5 Dec 2019 22:20:00
Message: <web.5de9c80f5aa06a409da690110@news.povray.org>
just dont use the older ones.
its never done.


Post a reply to this message


Attachments:
Download 'dems1_7.mrc.txt' (10 KB)

From: Melody
Subject: Re: DEM2POV v1.4
Date: 5 Dec 2019 23:40:01
Message: <web.5de9db8c5aa06a409da690110@news.povray.org>
done.
yeah right.


Post a reply to this message


Attachments:
Download 'dems1_8.mrc.txt' (11 KB)

From: Melody
Subject: Re: DEM2POV v1.4
Date: 6 Dec 2019 00:00:00
Message: <web.5de9e0295aa06a409da690110@news.povray.org>
go ahead try and break it.
got defaults if one fails to get it,
its got input request for old header.
 what you want to do? because you got no lon lats to sort by like Hawaii.
suggest next step for sorting. etc etc

figure it will fly, now


Post a reply to this message

From: Melody
Subject: Re: DEM2POV v1.4
Date: 6 Dec 2019 00:50:00
Message: <web.5de9eb2d5aa06a409da690110@news.povray.org>
added this to next one if there is a next one,
sorter expects u have a macro like,

#macro pce(hf,tx,tz,mxev)
height_field {
  tga hf   // x 0-1.0 y 0-1.0 z 0-1.0
  smooth
  pigment {
    gradient y
    color_map {
      [0.0 color <0.25 , 0.25 , 1.0>]
      [0.01 color <0.2 , 0.4 , 0.25>]
      [0.1 color <.2 , 0.5 , 0.0>]
      // [0.3 color <.3 , 0.4 , 0.0>]
      [0.2 color <.4 , 0.3 , 0.0>]
      [0.5 color <.3,.18 , 0.32>]
      [0.9 color <.2,.18 , 0.22>]
      [0.95 color <1,1,1>]
      [1.0 color <0.25 , 0.25 , 1.0>]
    }
    //scale  1
  }
  finish {
    crand 0.025         // dither  - not used often.
    ambient 0.2         // Very dark shadows
    diffuse 0.8         // Whiten the whites
    //phong 0.2          // shiny
    // phong_size 100.0    // with tight highlights
    // specular 0.5
    roughness 0.15
  }
  translate <tx, 0,tz>
  scale < 300, 50, 300 >
}
#end

make something good


Post a reply to this message

From: Melody
Subject: Re: DEM2POV v1.4
Date: 8 Dec 2019 17:40:00
Message: <web.5ded7abf5aa06a409da690110@news.povray.org>
looks like 1.9 mrc is ready.
just need mirc to run it.

2 minutes I'll find something to fix about it heh


Post a reply to this message


Attachments:
Download 'dems1_9.mrc.txt' (14 KB)

From: Thomas de Groot
Subject: Re: DEM2POV v1.4
Date: 9 Dec 2019 02:31:54
Message: <5dedf86a@news.povray.org>
Op 08/12/2019 om 23:38 schreef Melody:
> looks like 1.9 mrc is ready.
> just need mirc to run it.
> 
> 2 minutes I'll find something to fix about it heh
> 

mirc???

-- 
Thomas


Post a reply to this message

From: Melody
Subject: Re: DEM2POV v1.4
Date: 11 Dec 2019 21:50:01
Message: <web.5df1aa765aa06a409da690110@news.povray.org>
Thomas de Groot <tho### [at] degrootorg> wrote:
> Op 08/12/2019 om 23:38 schreef Melody:
> > looks like 1.9 mrc is ready.
> > just need mirc to run it.
> >
> > 2 minutes I'll find something to fix about it heh
> >
>
> mirc???
>
> --
> Thomas

mirc, chat network, DCC file transfers with resume.
the easiest scripting. full range of commands.
to the 6th decimal.
can make your own plugin dll for it,
so anything you want.

must have software. v6.35 is best


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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