From johannes.riecken at gmail.com Wed Mar 13 09:11:23 2024 From: johannes.riecken at gmail.com (Johannes Riecken) Date: Wed, 13 Mar 2024 10:11:23 +0100 Subject: Sample animated Maya file for Jfx3dViewerApp Message-ID: Hey It looks like the [JavaFX 3D viewer sample][1] comes with animation support (for Maya files), but the [resources directory][2] only contains unanimated sample files in obj format and Maya files in the wild are too complex for the viewer to parse. Would anyone have an animated 3D file that can be opened in the 3D viewer? I don't mean a specific file, as I just want to look at the file to learn how to create such files myself. Then I could convert the animated 3D files from my favorite game into that format. I haven't looked at other open source 3D viewers, but I like the Jfx3dViewerApp so far. Cheers, Johannes [1]: https://github.com/openjdk/jfx/tree/master/apps/samples/3DViewer [2]: https://github.com/openjdk/jfx/tree/master/apps/samples/3DViewer/src/main/resources/com/javafx/experiments/jfx3dviewer -------------- next part -------------- An HTML attachment was scrubbed... URL: From jose.pereda at gluonhq.com Wed Mar 13 10:18:57 2024 From: jose.pereda at gluonhq.com (=?UTF-8?B?Sm9zw6kgUGVyZWRh?=) Date: Wed, 13 Mar 2024 11:18:57 +0100 Subject: Sample animated Maya file for Jfx3dViewerApp In-Reply-To: References: Message-ID: Have you checked [FXyz3D][1]? It includes all the importers from the 3DViewer project. If you run the [sampler application][2], you can load a complex Maya [file][3] and see an animated Duke 3D. There are some extra additions not originally in the 3DViewer project, like the JointChain node that allows skeleton visualization. Jose [1]: https://github.com/FXyz/FXyz [2]: https://github.com/FXyz/FXyz?tab=readme-ov-file#fxsampler [3]: https://github.com/FXyz/FXyz/blob/master/FXyz-Samples/src/main/resources/org/fxyz3d/samples/importers/King_WalkCycle.ma [4]: https://github.com/FXyz/FXyz/issues/80 [5]: https://github.com/FXyz/FXyz/blob/master/FXyz-Core/src/main/java/org/fxyz3d/utils/geom/JointChain.java On Wed, Mar 13, 2024 at 10:14?AM Johannes Riecken < johannes.riecken at gmail.com> wrote: > Hey > > It looks like the [JavaFX 3D viewer sample][1] comes with animation > support (for Maya files), but the [resources directory][2] only contains > unanimated sample files in obj format and Maya files in the wild are too > complex for the viewer to parse. Would anyone have an animated 3D file that > can be opened in the 3D viewer? I don't mean a specific file, as I just > want to look at the file to learn how to create such files myself. Then I > could convert the animated 3D files from my favorite game into that format. > I haven't looked at other open source 3D viewers, but I like the > Jfx3dViewerApp so far. > > Cheers, Johannes > > > [1]: https://github.com/openjdk/jfx/tree/master/apps/samples/3DViewer > [2]: > https://github.com/openjdk/jfx/tree/master/apps/samples/3DViewer/src/main/resources/com/javafx/experiments/jfx3dviewer > -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From johannes.riecken at gmail.com Wed Mar 13 20:15:21 2024 From: johannes.riecken at gmail.com (Johannes Riecken) Date: Wed, 13 Mar 2024 21:15:21 +0100 Subject: Sample animated Maya file for Jfx3dViewerApp In-Reply-To: References: Message-ID: Hey Jose Thanks, that's exactly what I was looking for! The skeleton visualization is indeed the most useful addition for me. Best, Johannes On Wed, Mar 13, 2024 at 1:05?PM Jos? Pereda wrote: > Have you checked [FXyz3D][1]? It includes all the importers from the > 3DViewer project. > If you run the [sampler application][2], you can load a complex Maya > [file][3] and see an animated Duke 3D. > There are some extra additions not originally in the 3DViewer project, > like the JointChain node that allows skeleton visualization. > > Jose > > > [1]: https://github.com/FXyz/FXyz > [2]: https://github.com/FXyz/FXyz?tab=readme-ov-file#fxsampler > [3]: > https://github.com/FXyz/FXyz/blob/master/FXyz-Samples/src/main/resources/org/fxyz3d/samples/importers/King_WalkCycle.ma > [4]: https://github.com/FXyz/FXyz/issues/80 > [5]: > https://github.com/FXyz/FXyz/blob/master/FXyz-Core/src/main/java/org/fxyz3d/utils/geom/JointChain.java > > > On Wed, Mar 13, 2024 at 10:14?AM Johannes Riecken < > johannes.riecken at gmail.com> wrote: > >> Hey >> >> It looks like the [JavaFX 3D viewer sample][1] comes with animation >> support (for Maya files), but the [resources directory][2] only contains >> unanimated sample files in obj format and Maya files in the wild are too >> complex for the viewer to parse. Would anyone have an animated 3D file that >> can be opened in the 3D viewer? I don't mean a specific file, as I just >> want to look at the file to learn how to create such files myself. Then I >> could convert the animated 3D files from my favorite game into that format. >> I haven't looked at other open source 3D viewers, but I like the >> Jfx3dViewerApp so far. >> >> Cheers, Johannes >> >> >> [1]: https://github.com/openjdk/jfx/tree/master/apps/samples/3DViewer >> [2]: >> https://github.com/openjdk/jfx/tree/master/apps/samples/3DViewer/src/main/resources/com/javafx/experiments/jfx3dviewer >> > > > -- > > -------------- next part -------------- An HTML attachment was scrubbed... URL: