Aspose.3D for Java API has support of triangulating mesh, which is useful for game industry because the triangle is the only supported primitive that GPU hardware supports(non-triangle data are triangulated in driver-level, which is inefficient in real-time rendering)....code: // The path to the documents directory. String MyDir =...(); scene . open ( MyDir + "document.fbx" ); scene . getRootNode...