Steve M

Results 26 issues of Steve M

Assimp fails to load model assimp-mdb/model-db/3mf/spider.3mf with error ``` Validation failed: A node of the scene-graph is nullptr ```

bug

The android build instructions date from the Exlipse era and no longer work. The android NDK has moved on, now * uses "side by side" * new folder structure *...

documentation

### Describe the issue Last revision showing green checkmark is from 15 Oct 2022 ### Steps to reproduce the problem Simply open the commits and look at the red "X"'s...

Submitted a simple PR (comments out 3 lines in 1 file) and the 3 "hunter" merge checks fail: - `C/C++ CI / ubuntu-gcc-hunter-build-and-test (pull_request) Failing` - `C/C++ CI / macos-clang-hunter-build-and-test...

Bug

Some textures referenced by bundled IRR/IRRMesh models missing. Will be fixed by PR #5374

Bug

### Summary Model which has only vertices but no actual surfaces should report number of meshes as 0, but instead reports 1 mesh with 7 faces ### Details When importing...

Bug
AC

.3mf files with embedded textures e.g. - [`3d.zip`](https://github.com/assimp/assimp/files/8867483/3d.zip) - [`multipletextures.3mf`](https://github.com/3MFConsortium/3mf-samples/blob/master/examples/material/multipletextures.3mf) load OK, but embedded texture access fails (models load without any textures) ModelExpectedActualNotes multipletextures.3mfDefault black diffuse color replaced w/green for...

Bug
3MF

.3mf files in these archives: - [`t-rex.3mf.zip`](https://github.com/assimp/assimp/files/9558121/t-rex.3mf.zip) - [`truck.3mf`](https://github.com/mrdoob/three.js/blob/dev/examples/models/3mf/truck.3mf) hang on load. No apparent errors, load never completes.

Bug
3MF

Now that semantics and geospatial APIs are released, record/playback should be updated to also capture "precise" location* in recorded metadata. _*"Coarse" location will be rejected by the API, has to...

bug

Just noticed this after updating to android NDK r22; here is one of the several occurences that were reported: ``` DevIL/DevIL/src-IL/src/il_convert.cpp:766:57: error: implicit conversion from 'unsigned int' to 'float' changes...