Skip to content
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

Homepage content requires clarification: Case-sensitivity of elements #12

Open
avinashsuresh1 opened this issue Jul 23, 2024 · 0 comments

Comments

@avinashsuresh1
Copy link

In the homepage section x3dom at a glance, the code snippet is written to be used in browser. Yes, DOM elements are case-insensitive, that's why it works. But I tried importing the exact same code in Blender, as it supports X3D files.

It took me a while to figure that the element names need to be capitalized for Blender to interpret this correctly. Because the specification uses capitalized element names and XML itself is case sensitive, Blender expects element names to be capitalized.

So this distinction needs to be made between the code that works in browser (case insensitive) and valid X3D file (case sensitive with capitalized element names).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant