question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VRMLLoader parse error

See original GitHub issue

I have two sample wrl files, both do not load correctly (tested in Firefox and Chromium). Error is Uncaught Error: THREE.VRMLLoader: Parsing errors detected.

capture-200521-203144 To test I have replaced the model in examples/webgl_loader_vrml.html with my models.

Test files:

File 1 wrl.zip File 2 .wrl.zip

Three.js version

0.115.0

Browser
  • Chrome
  • Firefox
OS
  • Linux (Manjaro Linux - Arch based - kernel 5.6)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Mugen87commented, May 22, 2020

Ah, the problem is that VRMLLoader does not process the Collision node yet. I think we can easily fix this by treating such nodes like other grouping nodes.

2reactions
cecilemullercommented, May 21, 2020

@Mugen87 For converting VRML1 to VRML2:

Read more comments on GitHub >

github_iconTop Results From Across the Web

VRMLLoader from three.js error on Angular 6 project
Cannot set property 'undefined' of undefined " at VRMLLoader.parse() method. In my component I have the following code: import { VRMLLoader } ...
Read more >
VRMLLoader unable to load a VRML - Questions - three.js forum
I was trying to load a VRML loader through script but getting an error : Uncaught TypeError: THREE.VRMLLoader is not a constructor at...
Read more >
[Solved]-VRML Loader cannot read "length"-three.js
Coding example for the question VRML Loader cannot read "length"-three.js.
Read more >
vrmlparser - npm Package Health Analysis - Snyk
Parser errors and reporting issues ... Refactoring the example VRML loader for ThreeJS to use the experimental grammar based PEG.js parser ...
Read more >
VRML loader with CyberX3D - OpenGL: Basic Coding - Khronos ...
and I've got an “error syntax error line (2): Separator”. I don't understand, it's a pretty simple object ?! The separator node is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found