three-dxf
three-dxf copied to clipboard
Displaying in Scene via three.js
Sample showing a parsed result in canvas, How to show it in three.js scene. Is it possible to show file results in 3D or 2D scenes.
If you are asking how to run a sample see #run-samples.
Sorry, didn't mean to close. Are you asking how to add it to an existing scene with other entities outside of the file? I suppose it doesn't quite have support for this. It seems like a reasonable request to have a function that creates an array of entities but doesn't immediately add them to a scene, but it's not quite the original intention of the library. You're composing a new drawing at that point. I'd be open to pull requests on this.