Activity for Kim Kulling

  • Kim Kulling Kim Kulling posted a comment on discussion Open Discussion

    The fbx-importer does support it. The other importers does not have the support, sorry. Kim Am Mo., 11. Feb. 2019, 03:10 hat Risa Stenr risastenr@users.sourceforge.net geschrieben: Does assimp load blend shapes or shape keys from any format? I looked around a little bit and in the fbx code there is something to do with blend shapes, but couldn't find anything in the colada code. I would like to save a model with some blend shapes to a file from blender and use them in my application, not for animation...

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    As far as I understand you you have to do: Render the FBX at the position which you want, you can transform the model by setting the right transformation matrix in the root node of your FBX-model Get a jpeg from this ( for instance by render-to-texture and get the image from the VBO or back-buffer, based on your API ) Scale the image that it will fit into your main image Place it with 2D-transformation Then you shoud be done if I get you right. Kim

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Normally the names used in the bones are the key to find he corresponding node in the node hierarchy.

  • Kim Kulling Kim Kulling posted a comment on discussion Open Discussion

    VS2010 is not supported anymore. If you need support here we need to invest some more time. Kimmi

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Hi, we made a change of the import for embeeded textures for FBX on the master. So you can try to update your library to that and try it again. Hopefully that helps to close the issue. If this issue is still there just open an issue report on our github-project-space: https://github.com/assimp/assimp Thanks! Kim

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    OK, thanks for the update.

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Good question. Who is the maintainer for that package? Kim Geraldine Olivier golivier33@users.sf.net schrieb am Mi., 25. Okt. 2017, 11:54: Hi! I use assimp C++ lib as nuget package in a VisualStudio project. I would like to know when you will provide a double precision compiled version through NuGet. Thanks! double precision https://sourceforge.net/p/assimp/discussion/817654/thread/3a0e280f/?limit=25#1752 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/assimp/discussion/817654/...

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    See https://github.com/assimp/assimp/issues/1487 for tracking.

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Not at the moment. But we shall be able to do so. I will add a feature-request for that.

  • Kim Kulling Kim Kulling posted a comment on discussion Open Discussion

    Good point, See https://github.com/assimp/assimp/issues/1439

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Assimp will generate vertices for rendering, that is the root cause for your different number of vertices. Textures for rendering have different attributes like diffuse color, position, normals or texture coordinates. The triangle for rendering will reference these vertices via the indices stored in the face of the mesh. For lightning for instance you can use a normal for face 1 and face 2. The normal is an attribute of the vertex. When face 1 and face 2 are referencing the same normal you will use...

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Hm, could you provide the model in a bug report on our github-page? See https://github.com/assimp/assimp/issues Kim

  • Kim Kulling Kim Kulling posted a comment on discussion Open Discussion

    I opened https://github.com/assimp/assimp/issues/1281 for this feature request. Thanks a lot for creating it. Kim

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    You need to use aiImportFileExWithProperties .

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Depends on the material definition. Normally the root of the model is the root of the textures as well.

  • Kim Kulling Kim Kulling posted a comment on discussion Open Discussion

    Not at the moment. I need to update the documentation for this! Thanks a lot for figuring this out. I opened https://github.com/assimp/assimp/issues/1238 to track this issue.

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Hi, you can find the scaling as a transformation matrix in the corresponding node, which the mesh belogs to.

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    See http://www.assimp.org/lib_html/cmake_build.html https://learnopengl.com/#!Model-Loading/Assimp...

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    You need to select the Assimp-Viewer in the Solution explorer, press right mouse...

  • Kim Kulling Kim Kulling posted a comment on discussion Open Discussion

    Thank you very much for figuring this out! The bug should be fixed on the latest...

  • Kim Kulling Kim Kulling posted a comment on discussion Open Discussion

    Good idea, I need to think a little bit about it. I opened an issue on our github-page:...

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Seems to be an error in your rendercode. Could you post the whole code, please? ...

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Do you have a callstack? Kimmi

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Please check https://github.com/assimp/assimp/issues/1197 for updates.

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    I guess we made some bugs in the latest development. I will try to look onto your...

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Try this: aiTextureMapMode mapMode; GetTexture(aiTextureType_DIFFUSE , 0, &textureName,...

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    I guess this is a bug in the collada loader and not related to the cmake-environ...

  • Kim Kulling Kim Kulling posted a comment on discussion Help

    Not at the moment, sorry.

1