GithubHelp home page GithubHelp logo

Comments (4)

AnyOldName3 avatar AnyOldName3 commented on August 29, 2024

Some more clarification to show that we think we actually do know what we're doing, rather than just being surprised by correct behaviour:

According to the Collada schema, bone names have type xs:token, which we understand to be a string where all whitespace has been replaced by a single space per occurrence as backed up by https://www.oreilly.com/library/view/xml-schema/0596002521/re95.html.

A concrete example of a snippet we think is being misparsed is <node id="root" sid="id-skelbones-2-0" name="Bip01 Right Hand" type="JOINT">, where we're getting "Bip01" when querying the name, but expect "Bip01 Right Hand".

from collada-dom.

RemiArnaud avatar RemiArnaud commented on August 29, 2024

That is one of the main difference between 1.4 and 1.5

1.4 -> NCName
1.5 -> token

from collada-dom.

unelsson avatar unelsson commented on August 29, 2024

That is one of the main difference between 1.4 and 1.5

1.4 -> NCName
1.5 -> token

Ah, and NCName doesn't support whitespaces... It makes sense, I'll check the pipeline, and OSG's collada plugin to confirm it's the case here.

from collada-dom.

unelsson avatar unelsson commented on August 29, 2024

OSG supports only collada spec 1.4.1, so I'm closing this issue here.

Thank you @RemiArnaud and @AnyOldName3 !

from collada-dom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.