assimp Questions

4

I try to load a scene that's in gltf format. It has metallic and roughness textures (not embedded). Now I want to load the model with the specified textures using Assimp. I retrieve the textures us...
Ansell asked 9/1, 2019 at 19:17

5

I'm trying to use CMake to configure assimp's samples but there are some error while configuring I've tried lot's of method but no one works. CMake Error at CMakeLists.txt:41 (INSTALL): install...
Pitchblack asked 12/6, 2015 at 2:48

0

I am currently trying to use the assimp library http://assimp.org in an Unreal Engine project. I'm able to compile both the Windows and Mac versions of the library so that I can link them to my pro...
Katt asked 7/3, 2021 at 13:58

1

Currently I'm trying to make a game engine in C++ with OpenGL and want to get 3D animations to work. I have been advised to use Assimp and was able to find a tutorial to get static models to work, ...
Faxan asked 18/2, 2015 at 23:16

1

Solved

EDIT: So after a brief contact with the Assimp dev, I was pointed towards the import process. As I took over the code from someone else, I did not think looking that part: using (var importer = ne...
Rightly asked 8/5, 2017 at 7:59

1

I'm trying to install Assimp to use in my projects, but I'm having some trouble. I'm currently using win 10 pro and visual studio 15 2017. I have downloaded Assimp 4.0.1.zip, extracted it into a...
Catechetical asked 28/8, 2017 at 22:31

1

Solved

Recently I'm working on bone animation import, so I made a 3d minecraft-like model with some IK technique to test Assimp animation import. Ouput format is COLLADA(*.dae),and the tool I used is Blen...
Saurel asked 22/9, 2016 at 7:12

2

I'm using Assimp to load 3D models into my program. Everything has gone dandy so far, except I've come across a Lightwave object that doesn't seem to make sense. Of course it renders nicely in Ligh...
Nic asked 7/5, 2013 at 17:13

1

Solved

I have been trying to do this for about a week with no good anyhow. I am building a .dll (UNDONE Engine .dll) that depends upon Assimp to load models. The .dll compiles and links with no problems a...
Shonna asked 6/3, 2015 at 11:51

0

is it possible to load a 3D model in Unity using Assimp? When i search for code samples with Assimp, i only find c++ samples using Virtual Studio. I can load 3D Models with AssimpNET version 3.0 ...
Jambalaya asked 2/6, 2015 at 17:31

0

I am trying to load 3D model in Android using Assimp library. Can anybody guide me how to use Assimp liberary to load a 3D model in Android device?
Detrusion asked 6/5, 2015 at 10:50

3

Solved

I'm trying to do skeletal animation in OpenGL using Assimp as my model import library. What exactly do I need to the with the bones' offsetMatrix variable? What do I need to multiply it by?
Celeriac asked 10/4, 2015 at 15:28

1

Solved

I could load an animation of a skinned model using assimp by interpolating between key-frames. Now, I have been trying to orient or position bones from a user defined transformation matrix instead ...
Curnin asked 21/3, 2015 at 15:13

1

Solved

I'm trying to make this project work Link to Lighthouse First a bunch of info: I'm using: Windows 7 Pro 64-bit and Visual Studio 2013 Ultimate (Project on default settings which I believ...
Septuagesima asked 28/11, 2014 at 0:33

4

Solved

I've recently downloaded Assimp and I've run into some troubles. I've linked the libraries and I can get the program to compile and it runs fine in Release mode; however, the Debug .exe hits me w...
Horrible asked 30/9, 2012 at 15:58
1

© 2022 - 2024 — McMap. All rights reserved.