LumiereDeLOmbre

Results 6 issues of LumiereDeLOmbre

Hi, In the same vein as #4363, I can't load a collada exported mixamo model. Debian stable: v5.0.1 Please note: no modif on the model, just downloaded the animated character...

Hi, I can't build all the targets of my CMAKE_CONFIGURATION_TYPES all at once. I wonder if I miss something or if it is a normal situation: Under extension setting: Cmake...

Feature Request
Feature: build

Hi, Reading the code, I wonder how I could use the sendfile syscall in the app. My usecase is the distribution of static files and I would like to avoid...

Hi, I wonder if it is possible to force a new line in blocks as in: Please don't mind the -fucked up- indentation, just the new lines ;) From: ```...

FeatureRequest
C and C++11

Hi, Boost 1.79, Debian. Running this code: ``` using Vector2d = boost::geometry::model::d2::point_xy ; using mpol2d = boost::geometry::model::multi_polygon ; using pol2d = boost::geometry::model::polygon ; pol2d p; p.outer().push_back( {0, 0} ); p.outer().push_back(...

Hello, Context: I have an animated model. I need to modify the position of a bone of this model. Too lazy to recreate the whole animation in the 3d program...