|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi!
Do you have any information concerning the Hamapatch/Laputa development?
Are there any new patch-modellers?
Peter
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
@news.povray.org:
> Hi!
>
> Do you have any information concerning the Hamapatch/Laputa development?
> Are there any new patch-modellers?
>
>
> Peter
>
>
Did you look at jPatch?
http://jpatch.sf.net
--
Tom
_________________________________
The Internet Movie Project
http://www.imp.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Do you have any information concerning the Hamapatch/Laputa development?
Hamakazu wrote on his BBS on January 11;
The newest version of hamaPatch is also exhibited soon.
Since a mysterious bug cannot be fixed, it may be behind.
main new feature;
--Source is rewritten extensively.
--An object is group-ized (holder ability).
--A three-point patch is displayed finely.
--The sauce of reference of patch was rewritten.
--Translucence-display a patch
Since the hamaPatch is done, although only a few is progressing, since
completion is approached little by little, please already wait for Laputa
for a while.
miyoken
//SOMETHING FAVORITE//
http://miyoken.at.infoseek.co.jp/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Tom Galvin <tom### [at] imporg> wrote:
>
> Did you look at jPatch?
>
> http://jpatch.sf.net
>
> --
I just downloaded jpatch -- but what do I do with a .jar file?
Not sure how to set up up jpatch. Do I need some java download to run it?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Zarkoff wrote:
> Tom Galvin <tom### [at] imporg> wrote:
>
>
>>Did you look at jPatch?
>>
>>http://jpatch.sf.net
>>
>>--
>
>
> I just downloaded jpatch -- but what do I do with a .jar file?
Open it ;)
or do something similar to: java <jarfile>.jar
> Not sure how to set up up jpatch. Do I need some java download to run it?
>
--
~Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mike Raiford wrote:
> Zarkoff wrote:
>
>> Tom Galvin <tom### [at] imporg> wrote:
>>
>>
>>> Did you look at jPatch?
>>>
>>> http://jpatch.sf.net
>>>
>>> --
>>
>>
>>
>> I just downloaded jpatch -- but what do I do with a .jar file?
>
>
> Open it ;)
>
> or do something similar to: java <jarfile>.jar
>
>> Not sure how to set up up jpatch. Do I need some java download to run it?
>>
>
>
on my linux box with 2Gb
create file jpatch and stick ~/bin together with jpatch.jar, modify the
1500 to suit your system,
i use a clone of this for povtree as well
contains
#!/bin/sh
xterm -T "JPATCH" -e 'java -Xms1500M -Xmx1500M -jar
/home/stephen/bin/jpatch.jar' &
#above is one line - mozilla wrapped it
-------------------------
then chmod +x jpatch
you may want to browse the forums for a link to the latest beta, quite nice
stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
stephen parkinson wrote:
>
> #above is one line - mozilla wrapped it
>
well thats what it showed up as in composer
stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
stephen parkinson <ste### [at] zmemw16demoncouk> wrote:
> Mike Raiford wrote:
> > Zarkoff wrote:
> >
> >> Tom Galvin <tom### [at] imporg> wrote:
> >>
> >>
> >>> Did you look at jPatch?
> >>>
> >>> http://jpatch.sf.net
> >>>
> >>> --
> >>
> >>
> >>
> >> I just downloaded jpatch -- but what do I do with a .jar file?
> >
> >
> > Open it ;)
> >
> > or do something similar to: java <jarfile>.jar
> >
> >> Not sure how to set up up jpatch. Do I need some java download to run it?
> >>
> >
> >
> on my linux box with 2Gb
>
> create file jpatch and stick ~/bin together with jpatch.jar, modify the
> 1500 to suit your system,
> i use a clone of this for povtree as well
>
>
> contains
>
> #!/bin/sh
>
> xterm -T "JPATCH" -e 'java -Xms1500M -Xmx1500M -jar
> /home/stephen/bin/jpatch.jar' &
>
> #above is one line - mozilla wrapped it
>
> -------------------------
> then chmod +x jpatch
>
> you may want to browse the forums for a link to the latest beta, quite nice
> stephen
Just wondering if you are Stephen Parkinson the composer.
John Cole here.
I've been trying to track down your email address through sites on the net and
haven't found an address that's active.
If it's you, it would be great to hear from you. I also have something to pass
on to you if you wouldn't mind passing on your address to me.
If not sorry for intruding!
John
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |