python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to remove duplicate vertices from a mesh?
I am using assimp to import a mesh created using blender.
Here is the code for that:
Assimp::Importer importer;
// And have it read the given file with some example postprocessing
// Usually - if spe...
Jaysmito Mukherjee
Votes: 0
Answers: 0
Assimp::Embedded texture is not exported in glb2/gltf2
A fresh scene is created with a cube ,added a embedded texture on it, exported scene to glb2. The output file(test_1.glb) has a broken texture with texture->mheight = 0 & formathint reads null....
fighter
Votes: 0
Answers: 1
Building Assimp with Code::Blocks and MinGW
I am trying to build Assimp with Code::Blocks and MinGW as a static library. I have downloaded the latest available version (5.0.1) and created a makefile for Code::Blocks using cmake-gui. I am able t...
convert
Votes: 0
Answers: 1
Assimp C++ NULL mesh face data
I've been having this problem for a while and I'm certain I've got something fundamentally wrong. Assimp is built from source from the most recent commit on github, but I have also tried on v5.0.0/1/2...

beeves
Votes: 0
Answers: 1