is there a simple TERMINAL ONLY way to convert an .obj file .gltf file using blender,
with blender GUI i can do it like,
file > import > .obj > [~/path/to/input.obj] > import .obj
then:
file > export > .gltf > [~/path/to/output.gltf] > import .gltf
maybe for ex:-
blender -i ~/path/to/input.obj -e ~/path/to/output.gltf
like [-i for import & -e for export]
is there a way to do this using a bash terminal, like ffmpeg or convert [ImageMagick] do file format conversion