Nicholas Woodfield

Results 10 comments of Nicholas Woodfield

I was just investigating snupkg support for my nuget libraries and ran into this too :(

@jbevain Is this PR done, just waiting to be merged?

I do not own this repo, the "official" one I work off of and make nuget releases is here => https://bitbucket.org/Starnick/assimpnet/src I generally only update when the native assimp library...

Access violation could be the native lib just assumes it exists. More validation and error messages are always welcomed. This repo isn't the official assimpnet one, and is very old...

Hi, Please post issues on the actual AssimpNet repository that I maintain (https://bitbucket.org/Starnick/assimpnet/src/master/). The managed Scene data structure is not read only. Once imported, it can be manipulated in however...

This is because the newer native version has breaking changes in how its types are laid out in memory, so on the managed side you'll get all sorts of memory-related...

No, it's just that I don't use github (and also I've been busy with other projects): https://bitbucket.org/Starnick/assimpnet I'm visiting a bunch of defects and eventually I want to work towards...

Indeed, I am seeing the error too. I'll look into a fix FYI, the official AssimpNet repository that I maintain is over at BitBucket (https://bitbucket.org/Starnick/assimpnet/src/master/)

I looked into this. Using the ImportFileFromStream doesn't use the IOSystem - this isn't an oversight, the native library is like that too. If additional model files need to be...

no. 3 would be very useful to have, in general. In my math library, I have structs like Vector3 or Matrix4x4 that I don't necessarily want to declare as read-only...