If i want to export gltf(jme mesh) How can i do

Make a jme application that:

  1. loads the j3o
  2. get the Mesh object
  3. iterate over the mesh buffers like the code in the link
  4. write output to a text file (.obj)

Load .obj with blender and export as .gltf

1 Like