gama.old
gama.old copied to clipboard
ability to insert the new glb/fbx 3d format
Since Windows 10, users can create their own 3D shapes, and I think it would be very useful to be able to import these as agent aspects.
The following 3d formats exports are now possible from windows 10
glbfbx3mf
https://maps3d.io/blog/what-is-the-gltf-glb-format-3d-file/
Thank you.
And there is this lib : https://github.com/javagl/JglTF (at least for glb)
Le jeu. 5 sept. 2019 à 18:36, Srirāma Bhamidipāti [email protected] a écrit :
Since Windows 10, users can create their own 3D shapes, and I think it would be very useful to be able to import these as agent aspects.
The following 3d formats exports are now possible from windows 10
- glb
- fbx
- 3mf
https://maps3d.io/blog/what-is-the-gltf-glb-format-3d-file/
Thank you.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gama-platform/gama/issues/2886?email_source=notifications&email_token=AAL3WSWEWBMBGQXLYBQ5WA3QIDVMLA5CNFSM4IT4YFLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJQFUSA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAL3WSW5ZQWNSHQQPNYADV3QIDVMLANCNFSM4IT4YFLA .
Yes, glb would be great, the default recommended is glb. I tried drawing a few 3d shapes and saving them on a touch laptop with a pen. Windows 10 makes it super easy to create such 3d objects. Would be great to have this feature.
@benoitgaudou using this library could actually be very interesting. I was not aware of this format and it could be quite handy as an intermediary format to represent remote displays in GL. Additional interesting libraries could be found here, including an obj parser that seems a bit more stable than ours: https://github.com/javagl?tab=repositories