assimp2json icon indicating copy to clipboard operation
assimp2json copied to clipboard

JSON exporter for Open Asset Import Library to make 3D models accessible from JS/WebGl

Results 14 assimp2json issues
Sort by recently updated
recently updated
newest added

It seems the codebase relies on some deprecated code from the core lib: https://github.com/acgessler/assimp2json/blob/master/assimp2json/json_exporter.cpp#L23 wants to pull in https://github.com/assimp/assimp/blob/93bb63fdb40d9682e60ca97b0eda4951a552c742/code/BoostWorkaround/boost/scoped_ptr.hpp But this hasn't existed in ~3 years?

Why is this not convertable? ``` Assimp Assimp Exporter 2015-05-27T23:32:21 2015-05-27T23:32:21 Z_UP 0.05 0.05 0.05 1 0.9 0.9 0.9 1 1 1 1 1 -521.565 351.345 0 -523.815 351.345 0...

I'm finding that anything beyond 2 levels deep isn't actually being included - is that a bug in assimp or in this?

Sorry if I'm missing something obvious... but I'm doing the usual "mkdir build && cd build && cmake ../ && make" and getting a gtest error. Perhaps you're missing a...

e g [this fbx file](http://52.53.186.151/tmp/livingn.fbx) converts to [this json file](http://52.53.186.151/results/livingn.fbx.json) which fails to parse in firefox with following error: > SyntaxError: JSON.parse: bad escaped character at line 9141 column 53...

It'd be nice if we could install this using homebrew rather than having to build it manually.

I'm writing a json2assimp importer, and I was wondering if you cared to collaborate. I will be using your format, or a newly defined format X3D/JSON that I've been writing...

The README specifies flags can be passed on to the command line however I do not see what those flags are. Is this documented anywhere?

Hi, I am trying to use the win32 binaries to read an ifc file with the following line: C:\assimp2json-master\bin\Debug\assimp2json --log --verbose rac_basic_sample_project.ifc test.json and it outputs: failure to read file...