POV-Ray : Newsgroups : povray.binaries.images : RMS Titanic Server Time
6 Jun 2025 23:37:47 EDT (-0400)
  RMS Titanic (Message 97 to 106 of 118)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Ton
Subject: Re: RMS Titanic
Date: 13 Dec 2018 04:40:01
Message: <web.5c12283d70fe53986792d14b0@news.povray.org>
It's a little while ago I posted something. I am quite sure you're all wondering
what's happening (or not!).
I tried to do the hull with arrays, and then calculate the triangles, and
normals.
Didn't work.
Too difficult for my old head.
So I'm modelling the hull in Blender, and export it to Povray, and that seems to
be going all right.
So here is a new image. Enjoy.

Cheers
Ton.


Post a reply to this message


Attachments:
Download 'forum27.png' (1301 KB)

Preview of image 'forum27.png'
forum27.png


 

From: Thomas de Groot
Subject: Re: RMS Titanic
Date: 13 Dec 2018 07:02:24
Message: <5c124a50$1@news.povray.org>
On 13-12-2018 10:37, Ton wrote:
> It's a little while ago I posted something. I am quite sure you're all wondering
> what's happening (or not!).
> I tried to do the hull with arrays, and then calculate the triangles, and
> normals.
> Didn't work.
> Too difficult for my old head.
> So I'm modelling the hull in Blender, and export it to Povray, and that seems to
> be going all right.
> So here is a new image. Enjoy.
> 

Yes, I was wondering about he hull and I am not surprised. I had the 
same problem a long time ago when I modelled my VOC ship.

Something you may be interested in when modelling ship hulls: 
http://www.delftship.net/

the free version of the package is quite good.

-- 
Thomas


Post a reply to this message

From: Stephen
Subject: Re: RMS Titanic
Date: 13 Dec 2018 08:12:04
Message: <5c125aa4@news.povray.org>
On 13/12/2018 09:37, Ton wrote:
> It's a little while ago I posted something. I am quite sure you're all wondering
> what's happening (or not!).

It sank, did it not? ;)


> I tried to do the hull with arrays, and then calculate the triangles, and
> normals.
> Didn't work.
> Too difficult for my old head.

I thought just struck me like a neutrino. (It does not stick very 
often.) If you did not want to use a mesh for what ever reason. You 
could use a Bicubic Patch. The problem with that I think you need to use 
a utility to see your changes in real time. (Just like Blender.)
I threw a quick scene together to see if it would work. See attached.


> So I'm modelling the hull in Blender, and export it to Povray, and that seems to
> be going all right.
> So here is a new image. Enjoy.
> 


This is getting too good for words.

-- 

Regards
     Stephen


Post a reply to this message


Attachments:
Download 'bicubic patch_1_0000.png' (491 KB)

Preview of image 'bicubic patch_1_0000.png'
bicubic patch_1_0000.png


 

From: jr
Subject: Re: RMS Titanic
Date: 13 Dec 2018 17:15:00
Message: <web.5c12d8f870fe539848892b50@news.povray.org>
hi,

Stephen <mca### [at] aolcom> wrote:
> On 13/12/2018 09:37, Ton wrote:
> > So here is a new image. Enjoy.
>
> This is getting too good for words.

+1


regards, jr.


Post a reply to this message

From: Ton
Subject: Re: RMS Titanic
Date: 13 Dec 2018 21:05:01
Message: <web.5c130fad70fe53986792d14b0@news.povray.org>
Stephen <mca### [at] aolcom> wrote:
> On 13/12/2018 09:37, Ton wrote:
> > It's a little while ago I posted something. I am quite sure you're all wondering
> > what's happening (or not!).
>
> It sank, did it not? ;)
>
>
> > I tried to do the hull with arrays, and then calculate the triangles, and
> > normals.
> > Didn't work.
> > Too difficult for my old head.
>
> I thought just struck me like a neutrino. (It does not stick very
> often.) If you did not want to use a mesh for what ever reason. You
> could use a Bicubic Patch. The problem with that I think you need to use
> a utility to see your changes in real time. (Just like Blender.)
> I threw a quick scene together to see if it would work. See attached.
>
>
> > So I'm modelling the hull in Blender, and export it to Povray, and that seems to
> > be going all right.
> > So here is a new image. Enjoy.
> >
>
>
> This is getting too good for words.
>
> --
>
> Regards
>      Stephen
Thanks Stephen,

I used two bicubic patches for the bridge. But that's only two, in two
dimensions. Bicubic patches would be good for the hull, or any curved shape


Thomas and jr, thanks for your kind words....

Cheers
Ton.


Post a reply to this message


Attachments:
Download 'forum28.png' (595 KB)

Preview of image 'forum28.png'
forum28.png


 

From: jr
Subject: Re: RMS Titanic
Date: 14 Dec 2018 06:00:00
Message: <web.5c138bfa70fe539848892b50@news.povray.org>
hi,

"Ton" <ton### [at] gmailcom> wrote:
> Stephen <mca### [at] aolcom> wrote:
> > I thought just struck me like a neutrino. (It does not stick very
> > often.) If you did not want to use a mesh for what ever reason. You
> > could use a Bicubic Patch. ...>
> I used two bicubic patches for the bridge. But that's only two, in two
> dimensions. Bicubic patches would be good for the hull, or any curved shape


maybe the stuff Bald Eagle was working on in the "Bezier-patch torus" thread in
p.binaries.images could be useful to you?


regards, jr.


Post a reply to this message

From: Stephen
Subject: Re: RMS Titanic
Date: 14 Dec 2018 06:55:26
Message: <5c139a2e$1@news.povray.org>
On 14/12/2018 02:04, Ton wrote:
> I used two bicubic patches for the bridge. But that's only two, in two
> dimensions. Bicubic patches would be good for the hull, or any curved shape


Here I go again like a stuck record. :)

Bishop3D uses bicubic patches. That is what I used to throw my image 
together. It can also import a subset of Pov ver 3.6 sdl.
Moray uses bicubic patches and its method is better. It can create 
stitched together bicubic patches.

<aside> I should have mentioned that when Bald Eagle was doing it 
programmatically. Sorry Bill, it could have served as a reference. </aside>

Early this morning I found that Nvidia had rendering software called 
Gelato that can use bicubic patches and Nvidia GPUs. It is no longer 
supported but it is free to download. It cost 1500 USD at the time.
The download came with 3DMax, Mayo and Renderman plugins.
I will try the free version of Renderman and see if I can get it working.



-- 

Regards
     Stephen


Post a reply to this message

From: Stephen
Subject: Re: RMS Titanic
Date: 14 Dec 2018 07:33:31
Message: <5c13a31b$1@news.povray.org>
On 14/12/2018 11:55, Stephen wrote:
> Early this morning I found that Nvidia had rendering software called 
> Gelato that can use bicubic patches and Nvidia GPUs. It is no longer 
> supported but it is free to download. It cost 1500 USD at the time.
> The download came with 3DMax, Mayo and Renderman plugins.
> I will try the free version of Renderman and see if I can get it working.

Belay that. ;)
It was in the wee sma' hours. My brain was still in bed.

I have downloaded some blueprints from
http://www.abratis.de/sources/pictures/blue.html

If you don't mind, I would like to try making a hull to fit them. In B3D


-- 

Regards
     Stephen


Post a reply to this message

From: Ton
Subject: Re: RMS Titanic
Date: 14 Dec 2018 18:30:01
Message: <web.5c143c8970fe539834ded79c0@news.povray.org>
Stephen <mca### [at] aolcom> wrote:
> On 14/12/2018 11:55, Stephen wrote:
> > Early this morning I found that Nvidia had rendering software called
> > Gelato that can use bicubic patches and Nvidia GPUs. It is no longer
> > supported but it is free to download. It cost 1500 USD at the time.
> > The download came with 3DMax, Mayo and Renderman plugins.
> > I will try the free version of Renderman and see if I can get it working.
>
> Belay that. ;)
> It was in the wee sma' hours. My brain was still in bed.
>
> I have downloaded some blueprints from
> http://www.abratis.de/sources/pictures/blue.html
>
> If you don't mind, I would like to try making a hull to fit them. In B3D
>
>
> --
>
> Regards
>      Stephen

Hi Stephen, kpovmodeler does bicubic patches as well (I'm not running Windows).
but you can't have a background image, like in Blender. And stitching them
together might be quite a job.
Those blueprints from Titanic are a bit rough. Are you interested in my arrays
for Deck D?
I use 1 pov for 1 foot.

Cheers
Ton.


Post a reply to this message

From: Bald Eagle
Subject: Re: RMS Titanic
Date: 14 Dec 2018 18:40:00
Message: <web.5c143ef570fe5398765e06870@news.povray.org>
Stephen <mca### [at] aolcom> wrote:

> Bishop3D uses bicubic patches. That is what I used to throw my image
> together.

I always forget about Bishop - but I hardly ever use a modeler.

> It can also import a subset of Pov ver 3.6 sdl.

That's pretty cool!  :)   I don't think there are any other software packages
that can _import from_ POV-Ray   :O

> Moray uses bicubic patches and its method is better. It can create
> stitched together bicubic patches.

Hmm.  Been a few years since I fired up Moray - does it spit out SDL?

> <aside> I should have mentioned that when Bald Eagle was doing it
> programmatically. Sorry Bill, it could have served as a reference. </aside>

No worries.   It was mostly an exercise in learning how to wrestle bicubic
patches into shape, contiguously, and with normals.  Also how to place objects
ON the surface.

But I will file that info away in the rusty sieve inside my head...   :D


> Early this morning I found that Nvidia had rendering software called
> Gelato that can use bicubic patches and Nvidia GPUs. It is no longer
> supported but it is free to download. It cost 1500 USD at the time.
> The download came with 3DMax, Mayo and Renderman plugins.
> I will try the free version of Renderman and see if I can get it working.

I'd use a modeler more often if I could bounce back and forth between it and the
editor --- or the best thing would be to somehow have some sort of real-time
faux-traced preview as the SDL got written...  wireframe or something


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

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