POV-Ray : Newsgroups : povray.binaries.utilities : Online files converter Server Time
11 Oct 2025 13:43:44 EDT (-0400)
  Online files converter (Message 61 to 70 of 95)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: kurtz le pirate
Subject: Re: Online files converter
Date: 5 Oct 2025 05:34:06
Message: <68e23b8e$1@news.povray.org>
On 28/09/2025 00:27, yesbird wrote:
> Finally, after two sleepless nights I finished a web application that
> converts obj, fbx, glb, gltf, stl formats to mesh2:
> https://povlab.yesbird.online/all2pov
> 
> I tested it only on a limited number of files, so some issues
> (especially related to displaying a model) are possible, testing  now in
> progress. Please send any kind of feedback: bug reports, suggestions,
> requests to implement, etc.


Well done on the initiative, but like others here, I can't convert OBJ 
files. My OBJ files are fine. With my silly Perl script, conversion to 
POV works fine.


I think you still have some work to do to refine all this;



ps: yes, my Firefox 143.0.4-64 is compatible with WebGL 1 & 2.




-- 
kurtz le pirate
compagnie de la banquise


Post a reply to this message

From: yesbird
Subject: Re: Online files converter
Date: 5 Oct 2025 08:59:00
Message: <68e26b94$1@news.povray.org>
On 05/10/2025 12:34, kurtz le pirate wrote:
> Well done on the initiative, but like others here, I can't convert OBJ 
> files. My OBJ files are fine. With my silly Perl script, conversion to 
> POV works fine.
> 
> I think you still have some work to do to refine all this;

Thanks for feedback, could you please provide a little bit more
details - why can't you convert them ? And who else can't ?
Please send me your OBJ and content of _console_ tab (F12).

The project is in beta state, so debug information is highly
appreciated.
-- 
YB


Post a reply to this message

From: yesbird
Subject: Re: Online files converter
Date: 5 Oct 2025 11:42:12
Message: <68e291d4@news.povray.org>
On 05/10/2025 12:34, kurtz le pirate wrote:
> I think you still have some work to do to refine all this;
Sure, the reason of OBJ loading issues was lack of 'mtl' file,
OBJ materials is not supported yes, will implement it later.
I made a fix to just ignore them.

PS: Frog is nice ! (attached)
--
YB


Post a reply to this message


Attachments:
Download 'frog_web.png' (173 KB) Download 'frog_pov.png' (36 KB)

Preview of image 'frog_web.png'
frog_web.png

Preview of image 'frog_pov.png'
frog_pov.png


 

From: yesbird
Subject: Re: Online files converter
Date: 6 Oct 2025 10:18:12
Message: <68e3cfa4@news.povray.org>
On 30/09/2025 12:07, Mr wrote:
> I think you should look at GIS packages (QGis/OpenSceneGraph...), ...Sorry for
off-topic, but I read that you are working with Blender
(POV@Ble). I have idea about effective conversion from Blender to
POV-Ray: If only Blender can work with glTF or GLB file's .extras
property that can store arbitrary JSON content, then we can use it
to store material name and then convert it to POV with my converter.

It's possible not to use a web-based GUI version, but to create a
command line utility running under node.js.

We can use for the start this impressive materials collection - the
royal gift from Mike Miller:
https://drive.google.com/file/d/1PncYI4G2ssqIXjK1rMej-PgAZ9Gnatz1/view?usp=sharing

What is your opinion ?
-- 
YB


Post a reply to this message


Attachments:
Download 'mat.png' (258 KB)

Preview of image 'mat.png'
mat.png


 

From: Bald Eagle
Subject: Re: Online files converter
Date: 6 Oct 2025 10:45:00
Message: <web.68e3d5b9c908933644a8a4be25979125@news.povray.org>
Just following up on this,

I think that for your parametric equations, it would be trivial to have an
export option for these, since they are extremely simply to output as quads of
two triangles.

Isosurfaces would be a lot more difficult I think - there has been a long
history of trying to implement meshification of these objects.

Now, perhaps if there are libraries at your disposal for things like convex
hull, it might be easy enough to provide at least that, so that there was some
data for users to experiment with and think about various approaches to more
completely represent such surfaces prior to render phase.

- BW


Post a reply to this message

From: Mr
Subject: Re: Online files converter
Date: 6 Oct 2025 11:10:00
Message: <web.68e3db15c908933616086ed06830a892@news.povray.org>
yesbird wrote:
> On 30/09/2025 12:07, Mr wrote:
> > I think you should look at GIS packages (QGis/OpenSceneGraph...), ...Sorry for
off-topic, but I read that you are w
orking with Blender
> (POV@Ble). I have idea about effective conversion from Blender to
> POV-Ray: If only Blender can work with glTF or GLB file's .extras
> property that can store arbitrary JSON content, then we can use it
> to store material name and then convert it to POV with my converter.
>
> It's possible not to use a web-based GUI version, but to create a
> command line utility running under node.js.
>
> We can use for the start this impressive materials collection - the
> royal gift from Mike Miller:
> https://drive.google.com/file/d/1PncYI4G2ssqIXjK1rMej-PgAZ9Gnatz1/view?usp=sharing
>
> What is your opinion ?
> --
> YB

Your screenshot shows great materials, but I don't understand why not use the
current POV custom code hooks already featured directly in POV@Ble they append
the pov code at top of exported POV files and add the declared textures to the
exported pov objects. A sample library of such pov mats was even made available
in the old wiki and is planned to be shipped again later.


Post a reply to this message

From: Mr
Subject: Re: Online files converter
Date: 6 Oct 2025 11:20:00
Message: <web.68e3dd47c908933616086ed06830a892@news.povray.org>
yesbird wrote:
> On 30/09/2025 12:07, Mr wrote:
> > I think you should look at GIS packages (QGis/OpenSceneGraph...), ...Sorry for
off-topic, but I read that you are w
orking with Blender
> (POV@Ble). I have idea about effective conversion from Blender to
> POV-Ray: If only Blender can work with glTF or GLB file's .extras
> property that can store arbitrary JSON content, then we can use it
> to store material name and then convert it to POV with my converter.
>
> It's possible not to use a web-based GUI version, but to create a
> command line utility running under node.js.
>
> We can use for the start this impressive materials collection - the
> royal gift from Mike Miller:
> https://drive.google.com/file/d/1PncYI4G2ssqIXjK1rMej-PgAZ9Gnatz1/view?usp=sharing
>
> What is your opinion ?
> --
> YB

From what I understand of your idea, it would aim to provide a totally different
pipeline than POV@Ble, and it would actually not consist of a POV@Ble
modification, but rather an addition to the e.g. gltf exporter. I can help you
reach out to the relevant dev if you want to make him such a proposition, but it
should be really refined as he's like one of the 5 most busy Blender devs.
(sweat); and also his code one of the highest standard.


Post a reply to this message

From: yesbird
Subject: Re: Online files converter
Date: 6 Oct 2025 11:41:22
Message: <68e3e322@news.povray.org>
On 06/10/2025 18:07, Mr wrote:
> Your screenshot shows great materials, but I don't understand why not use the
> current POV custom code hooks already featured directly in POV@Ble they append
> the pov code at top of exported POV files and add the declared textures to the
> exported pov objects. A sample library of such pov mats was even made available
> in the old wiki and is planned to be shipped again l### [at] erIf you find it more simple
and POV@Ble work good - then, yes, this is a
solution. I am always looking for different approaches, to choose
the best.
-- 
YB


Post a reply to this message

From: yesbird
Subject: Re: Online files converter
Date: 6 Oct 2025 11:50:27
Message: <68e3e543$1@news.povray.org>
On 06/10/2025 18:16, Mr wrote:
>  From what I understand of your idea, it would aim to provide a totally different
> pipeline than POV@Ble, and it would actually not consist of a POV@Ble
> modification, but rather an addition to the e.g. gltf exporter. I can help you
> reach out to the relevant dev if you want to make him such a proposition, but it
> should be really refined as he's like one of the 5 most busy Blender devs.
> (sweat); and also his code one of the highest standard.Yes, exactly, this solution
has no relation to POV@Ble, it's some kind
of alternative. This idea came to me only this morning, so I need
to think hard about details and look up the modern Blender interface to
make proposition well.

Many thanks for your support, I will get back to you in 1-2 days.
-- 
YB


Post a reply to this message

From: yesbird
Subject: Re: Online files converter
Date: 6 Oct 2025 20:09:55
Message: <68e45a53@news.povray.org>
On 28/09/2025 01:27, yesbird wrote:
> Finally, after two sleepless nights I finished a web application that
> converts obj, fbx, glb, gltf, stl formats to mesh2 ...

Another update is ready - now materials can be assigned to different
parts of the model. The process is not convenient yet, but enough for
testing.
--
YB


Post a reply to this message


Attachments:
Download 'deep_space.png' (183 KB) Download 'ring.png' (169 KB) Download 'ring_pov.png' (65 KB)

Preview of image 'deep_space.png'
deep_space.png

Preview of image 'ring.png'
ring.png

Preview of image 'ring_pov.png'
ring_pov.png


 

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

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