Ben Zuill-Smith
Ben Zuill-Smith
Use ```File```. ```Dependency``` would only be used on a .NET dll that is being adapted for use in your program, which you have stated you do not have. The command...
Actually the STA/MTA thread attributes only work on a .net application's Main function. In this case there is no main function because the application begins in VB6. .Net should have...
I'm completely new to splines so I'm realizing Three.js doesn't seem to handle rational splines (I think). There is no way to put knot values into it. So it's not...
Right, my point was simply that it's not an already solved problem in Three.js so it'll require coming up with more of the code yourselves, not that three.js is being...
Indeed. Except that GraphDiffer is internal. So it would require modifying some other files as well. I may put the effort into a pull request if it seems like a...
Hmmmm do you have a sample I can use to reproduce the problem or can you provide this document? It could be a problem with scale and positioning of blocks....
Thanks for the file, I will look at it when I have time. actually taking a second glance at this, it looks like it's probably a rotation issue. I don't...
I'm starting to wonder if this is due to some kind of rounding error. I see that all the blocks that are scaled by 1000 and rotated. All those are...
Sorry, I'm not familiar enough with react to have an immediate answer. I've been meaning to try to create a react sample so I can learn and have it available...
I don't really know how to test this or what the use-case is because the library has mostly been geared toward 2D drafting views. I'll probably close this issue soon...