Closed BradDunagan closed 4 years ago
Did you convert the FBX to a gltf file format? I tried doing that with an on-line conversion tool and it didn't work but maybe I was doing that with the 1mm instead of 1m dexter file.
glTF doesn't support parent_child relationships???
On Tue, Aug 18, 2020 at 6:54 PM Brad Dunagan notifications@github.com wrote:
glTF seems to be a better supported format. Loaded Dexter will appear on the table. Setting parent-child relationships is yet to be done.
You can view, comment on, or merge this pull request online at:
https://github.com/cfry/dde/pull/54 Commit Summary
- import Dexter as gltf file
File Changes
- A HDIMeterModel.gltf https://github.com/cfry/dde/pull/54/files#diff-2160c7b3e9ea68125b5133bae06c7227 (5847)
- A buffer.bin https://github.com/cfry/dde/pull/54/files#diff-174e6647e70261d98d828ebd2377156e (0)
- M simulate.js https://github.com/cfry/dde/pull/54/files#diff-bf6331468f7659a4e96692b06b4e77a1 (28)
- M video.js https://github.com/cfry/dde/pull/54/files#diff-1f9dbb19ecd8ca348a4b7045422110ec (25)
Patch Links:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cfry/dde/pull/54, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJBG7LM3GOWIRENHUH7UP3SBMBBDANCNFSM4QEHSUWA .
Yes, I did the conversion from FBX to glTF. The objects loaded are in a hierarchy (parent-children). However all what appear to be the links are children of the same parent. So, for example, when I move link 2 it appeared to rotate at the proper joint location but links 3 onward did not move. Some (all?) links have children but I think those are pieces of the same link.
Added code to set the link parent-child relationships.
Sorry, brad, i've been busy. I'd like to call you tomorrow. I notice a .bin file in your pull request. I don't see how that can work with the electron platform distribution, but we can talk about it. It is not so important that we automatically convert .fbx files within DDE though that's a cool feature. Impressive that you've been able to set the parent child relationships!
On Wed, Aug 19, 2020 at 10:48 PM Brad Dunagan notifications@github.com wrote:
Added code to set the link parent-child relationships.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cfry/dde/pull/54#issuecomment-676882278, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJBG7PCPAFFLKMH2TBH6W3SBSFIXANCNFSM4QEHSUWA .
glTF seems to be a better supported format. Loaded Dexter will appear on the table. Setting parent-child relationships is yet to be done.