-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove confusion between node id and jointId #216
Comments
Let's also consider renaming |
I'm working on the schema now. Thoughts on renaming |
in other places we always refer to ids but do not specify id, for instance in |
also, it is a given as we can only refer object by ids (because of JSON), but maybe I missed something on this specific case |
I guess it is |
Our convention is that the name of the JSON object, e.g., |
@fabrobinet thoughts here? |
to be consistent I am for renaming |
Thinking about this more, I agree. I'll update the schema now. Can you update the converter in dev-6? |
yes that will be fixed for dev-6 |
That is done, I'll push this along with other changes, or sooner if anyone wants to try it before. (it will be on format change branch in that case) |
@pjcozzi I am implementing 0.8 in my viewer and I believe the decision we took is wrong here. |
I don't know that it is needed, but I am open to:
Let's discuss on the call today. |
Agreed today on the call, moving forward with this. |
Updated schema. 7e509fc How does this impact Can you please update the converter and binaries today? Otherwise, I will not be able to put them in Cesium 1.0. |
Thanks @fabrobinet. We were able to update Cesium quickly, cesium/#1995. |
NP. I am glad we are all set for 0.8. |
As discussed in #193, tracing the indirection for skinning is pretty confusing. At the least, can we change the converter to not use the node name for a node's
jointId
? For example, do not do this:Then it will be clear when something (an animation, for example) is targeting the node or (a skin, for example) is referencing the
jointId
.The text was updated successfully, but these errors were encountered: