Announcement

Collapse
No announcement yet.

Convert GeomMeshFile to GeomStaticMesh?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Convert GeomMeshFile to GeomStaticMesh?

    I would like to use the AppSDK to assemble a scene from various sources (vrscenes, vrmeshes etc.) and then export all geometry as abc or vrscene with all geometry embedded.
    Is that possible at all? In an ideal world i am looking for a python script that loads a bunch of scenes and meshes and exports them to an abc file.

  • #2
    Hello,
    Yes, it is somewhat possible and we are working on examples. But unfortunately, the world isn't ideal and we currently do not have export to abc files. Also, the needed functionality is still not available in Python (we will add it in the future) so we can give you examples in C++, C# and Node.js which export to vrscene files.
    Best, Stan

    Comment


    • #3
      Check the 04-file-to-static-mesh examples in latest nightlies or stable nightlies 4.3. A Python example will come later (probably in a few months).

      Comment


      • #4
        Thank you Stanislav!

        Comment


        • #5
          You're welcome!

          Comment

          Working...
          X