POV-Ray : Newsgroups : povray.binaries.scene-files : Modified HF macro that creates OBJ files Server Time
2 Sep 2024 08:19:16 EDT (-0400)
  Modified HF macro that creates OBJ files (Message 1 to 8 of 8)  
From: Rune
Subject: Modified HF macro that creates OBJ files
Date: 23 Aug 2002 04:48:31
Message: <3d65f6df@news.povray.org>
#including this include file afte #including shapes.inc (or stdinc.inc)
will modify the HF macros so that they write Wavefront OBJ files instead
of
MESH2 files. Note that you can't place the height_fields in your scene
at
the same time, because POV-Ray can't understand the obj format.

I don't have any software myself that use the obj file format. I just
looked at some specification I found on the net. Please let me know if
it works correctly or not.

Rune
--
3D images and anims, include files, tutorials and more:
rune|vision:  http://runevision.com (updated July 12)
POV-Ray Ring: http://webring.povray.co.uk


Post a reply to this message


Attachments:
Download 'hf_obj.inc.txt' (3 KB)

From: Rune
Subject: Re: Modified HF macro that creates OBJ files
Date: 23 Aug 2002 05:02:55
Message: <3d65fa3f@news.povray.org>
Oops, if the first one doesn't work, try the one attached here...

Rune
--
3D images and anims, include files, tutorials and more:
rune|vision:  http://runevision.com (updated July 12)
POV-Ray Ring: http://webring.povray.co.uk


Post a reply to this message


Attachments:
Download 'hf_obj.inc.txt' (4 KB)

From: krus
Subject: Re: Modified HF macro that creates OBJ files
Date: 23 Aug 2002 20:40:09
Message: <web.3d66d4b1268f7d02f4bd1e30@news.povray.org>
Rune wrote:
>Oops, if the first one doesn't work, try the one attached here...
>
>Rune
>--
>3D images and anims, include files, tutorials and more:
>rune|vision:  http://runevision.com (updated July 12)
>POV-Ray Ring: http://webring.povray.co.uk
>

Hej Rune.
You have made a magnificent job!!
Your macro produces perfect obj-files and they can be read by anim8tor
absolutely perfectly. The 3d-engine that i intended the hf-outputfiles for
(3drad) crashes (sadly) -something to do with the file-size i'm afraid.
I'm sure many users of POV will find this macro very interesting. Some of
the bigger (expensive) 3d-engines will properly be able to import the huge
mesh.
(the night is [relatively] young -i'm still on the job) *s*
THANK YOU!!! for a great macro!!
regards kruss


Post a reply to this message

From: krus
Subject: Re: Modified HF macro that creates OBJ files
Date: 23 Aug 2002 22:05:02
Message: <web.3d66e950268f7d02f4bd1e30@news.povray.org>
krus wrote:
>Rune wrote:
>>Oops, if the first one doesn't work, try the one attached here...
>>
>>Rune
>>--
>>3D images and anims, include files, tutorials and more:
>>rune|vision:  http://runevision.com (updated July 12)
>>POV-Ray Ring: http://webring.povray.co.uk
>>
>
>Hej Rune.
>You have made a magnificent job!!
>Your macro produces perfect obj-files and they can be read by anim8tor
>absolutely perfectly. The 3d-engine that i intended the hf-outputfiles for
>(3drad) crashes (sadly) -something to do with the file-size i'm afraid.
>I'm sure many users of POV will find this macro very interesting. Some of
>the bigger (expensive) 3d-engines will properly be able to import the huge
>mesh.
>(the night is [relatively] young -i'm still on the job) *s*
>THANK YOU!!! for a great macro!!
>regards kruss
>

Succes!!
here at 0345 complete succes!!
The solution was to reduce the way pov render the picture (less detail but
still nice) and on top of that to let anim8tor do some rotating and
scaling.
I will post a picture soon
THANK YOU!!! Rune
Tusind TAK!
regards krus


Post a reply to this message

From: Rune
Subject: Re: Modified HF macro that creates OBJ files
Date: 24 Aug 2002 12:03:31
Message: <3d67ae53@news.povray.org>
Hej Krus,

Glad I could be of help. I'm looking forward to seeing the picture. :)

By the way, for future reference, what's your email? I haven't been able
to find it neither here nor there...

Rune
--
3D images and anims, include files, tutorials and more:
rune|vision:  http://runevision.com (updated July 12)
POV-Ray Ring: http://webring.povray.co.uk


Post a reply to this message

From: krus
Subject: Re: Modified HF macro that creates OBJ files
Date: 25 Aug 2002 06:10:03
Message: <web.3d68abc3268f7d02f4bd1e30@news.povray.org>
Rune wrote:
>Hej Krus,
>
>Glad I could be of help. I'm looking forward to seeing the picture. :)
>
>By the way, for future reference, what's your email? I haven't been able
>to find it neither here nor there...
>
>Rune
>--
>3D images and anims, include files, tutorials and more:
>rune|vision:  http://runevision.com (updated July 12)
>POV-Ray Ring: http://webring.povray.co.uk
>

back onLine after some providertrouble..
The picture will be up shortley (i hope...)
Rune i'll write u later today!
regards krus


Post a reply to this message

From: krus
Subject: Re: Modified HF macro that creates OBJ files
Date: 25 Aug 2002 07:20:04
Message: <web.3d68bccf268f7d02f4bd1e30@news.povray.org>
krus wrote:
>Rune wrote:
>>Hej Krus,
>>
>>Glad I could be of help. I'm looking forward to seeing the picture. :)
>>
>>By the way, for future reference, what's your email? I haven't been able
>>to find it neither here nor there...
>>
>>Rune
>>--
>>3D images and anims, include files, tutorials and more:
>>rune|vision:  http://runevision.com (updated July 12)
>>POV-Ray Ring: http://webring.povray.co.uk
>>
>
>back onLine after some providertrouble..
>The picture will be up shortley (i hope...)
>Rune i'll write u later today!
>regards krus

Here is a link to a screendump from the 3 d engine using a HF converted with
Rune's new macro:
http://piclink.webbyen.dk/billed.asp?PrivatBilled=781485
The texture is ok for the foreground but is repeated to mutch in the 'hills'
Need more work..

regards krus
>


Post a reply to this message

From: krus
Subject: Re: Modified HF macro that creates OBJ files
Date: 25 Aug 2002 10:10:04
Message: <web.3d68e428268f7d02f4bd1e30@news.povray.org>
krus wrote:
>krus wrote:
>>Rune wrote:
>>>Hej Krus,
>>>
>>>Glad I could be of help. I'm looking forward to seeing the picture. :)
>>>
>>>By the way, for future reference, what's your email? I haven't been able
>>>to find it neither here nor there...
>>>
>>>Rune
>>>--
>>>3D images and anims, include files, tutorials and more:
>>>rune|vision:  http://runevision.com (updated July 12)
>>>POV-Ray Ring: http://webring.povray.co.uk
>>>
>>
>>back onLine after some providertrouble..
>>The picture will be up shortley (i hope...)
>>Rune i'll write u later today!
>>regards krus
>
>Here is a link to a screendump from the 3 d engine using a HF converted with
>Rune's new macro:
>http://piclink.webbyen.dk/billed.asp?PrivatBilled=781485
>The texture is ok for the foreground but is repeated to mutch in the 'hills'
>Need more work..
>
>regards krus
>>
>
One last (wont post more -promish*s* unless specific asked)
http://piclink.webbyen.dk/billed.asp?PrivatBilled=782787
The picture-quality (screendump) is poor. It is realy facinating to 'travel'
through a pov-ray heightfield -and that is now posible tanks to Rune's
macro.
regards krus


Post a reply to this message

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