three-dxf icon indicating copy to clipboard operation
three-dxf copied to clipboard

A dxf viewer for the browser using three.js

Results 30 three-dxf issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Maybe an example with file download from server and parsing and adding it to an existing scene.

Hi I have a dxf which xyz points with large values, I have a problem with centering elements in the canvas. Cavnas has the center at 0.0.0, I need the...

Module parse failed: Unexpected token (3:10) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | const...

Bumps [three](https://github.com/mrdoob/three.js) from 0.132.2 to 0.137.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=three&package-manager=npm_and_yarn&previous-version=0.132.2&new-version=0.137.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

With the additional parameter "margin" you can set an initial gap between entities and the parent clientRect Without margin: ![2021-12-01_16h38_51](https://user-images.githubusercontent.com/13765141/144264884-26d4a548-031a-4939-acb4-db1c3db8ca4a.png) With margin: ![image](https://user-images.githubusercontent.com/13765141/144265022-8d662c7f-605d-43fc-8853-ba3e1c68071f.png)

How can I influent the initial zoom level? my goal is that when I load a dxf, the enities did not fill the full parent clientRect...

Hi and thanks for this very good development! I am trying to include three-dxf in a React component and making it responsive. I managed to achieve that by deleting the...

Here the min and max are initialized with (0, 0, 0), before searching for the bounding box: https://github.com/gdsestimating/three-dxf/blob/20e14cbd13735e16a1b691f7b864936dd688fb74/src/index.js#L94-L97 which doesn't work if the whole dxf is not distributed around the...

When creating dxf file we can use "mirror" command. It does not change the shape of entity, but change z-extrusion direction, which is not taken to the account in your...