|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
just dont use the older ones.
its never done.
Post a reply to this message
Attachments:
Download 'dems1_7.mrc.txt' (10 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
done.
yeah right.
Post a reply to this message
Attachments:
Download 'dems1_8.mrc.txt' (11 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |