-
Hi,
I am not sure if this might rather be a three-dxf or dxf-parser issue but hoping this is the right place for my question:
We have an issue with showing some dxf files in dxf-viewer. Here we …
-
With a couple of modifications in DxfViewer (https://github.com/vagran/dxf-viewer/issues/99) I got perspective rendering and 3d rotation working. Now I am wondering where the depth information are omi…
-
See https://github.com/gdsestimating/dxf-parser/blob/c348f6a7fc2c72bc52d3fd6789c1820307f441b8/test/DxfParser.test.js#L180
This file is missing from the repo. So the test fails.
-
How should I create faces and vertices from 3D points list? (dxf.entities -> type = 'POLYLINE')
I have tried this:
```js
function addTriangle(g, p, i1, i2, i3) {
if(Math.max(i1, i2, i3) > p.…
-
Hi John. Ray, you and me already did the heavy lifting of dxf into three.js here. I figure it would take you almost no time to pull out the processdxf function here from https://github.com/openhard…
ghost updated
8 years ago
-
```
LOG: FlashAPI.state: awaiting
LOG: (flash -> js).log: storeKey=5090615022050727353072930307296040_2.0.7
LOG: (flash -> js).log: timeout=0
LOG: FlashAPI.state: ready
LOG: FlashAPI.event.mo…
-
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-L…
MCvin updated
2 years ago
-
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 previous
canvas and renderin…
MCvin updated
2 years ago
-
Hi vagran,
This project is great, I read the code and it was well organised.
I came with a question, in fact this is not a issues.
Here is the question:
`
// DxfViewer.js
constructor() {
…
pbxrt updated
2 years ago
-
The dxf is vector illustration, how to compute scale in dxf-viewer when we change the viewer size?