<div dir="auto">We have a gltf importer/exporter that we use in osgearth based on tinygltf.   It works really well although we're really only targetting gltf files produced to support rendering 3d tiles datasets.  So for example we havent done anything with animation since that's not a big part of 3dtiles.   Give it a look and see if you might be able to use it.<div dir="auto"><br></div><div dir="auto"><div dir="auto"><br></div><div dir="auto">Jason</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 17, 2020, 2:46 PM OpenSceneGraph Users <<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Robert,<div><br>The animations are reading live data and rendering them - so it's not a simple format, but can be represented by gltf well: the mesh models are static, but can appear and disappear and can have arbitrary transformations applied to them.<br><br>My vision is an exporter that exports each unique Geode exactly once, and everything else in the scenegraph exported each frame. That would work well for a wide range of OSG-based applications, it seems, and GLTF seems well-suited for this.<br><br>On Monday, February 17, 2020 at 1:01:48 PM UTC-5, Robert Osfield wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Armin?<br><br>On Friday, 7 February 2020 19:06:19 UTC, Armin Samii  wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Has anybody worked on exporting GLTF Animations from OSG?<div><br></div><div>I'd like to save my dynamic OSG scene to disk, and don't want to save the static geometry each frame. GLTF lets me export the geometry once, and animate it each frame thereafter.<div><br></div><div>Curious if anybody has tried something similar, or if there is existing code to do this.</div></div></div></blockquote><div><br></div><div>I don't know of any open sourced GLTF importers or exporters for the OSG.</div><div><br></div><div>What form do your animations take?</div><div> </div></div></blockquote></div></div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:osg-users+unsubscribe@googlegroups.com" target="_blank" rel="noreferrer">osg-users+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/osg-users/f8f1a09c-8725-4135-9ece-ab1ae0627d9c%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="noreferrer">https://groups.google.com/d/msgid/osg-users/f8f1a09c-8725-4135-9ece-ab1ae0627d9c%40googlegroups.com</a>.<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank" rel="noreferrer">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div>