Juan José Casafranca

Results 30 issues of Juan José Casafranca

I am compiling a project in Debug (CMake) mode. This projects uses ranges-v3, just updated from master branch. When trying to compile, it gives the following error ``` /home/user/usr/local/include/range/v3/iterator/diffmax_t.hpp:372:37: error:...

enhancement

Timeular and timeflip2 devices allow to easily start/stop a task by using a bluetooth device. Depending on which face faces up, a different task is started. Is it possible to...

a:feature

Some engines like Qt3D expect OpenGL enums for creating textures. Functions like glGetInternalFormatFromVkFormat are very useful, but they are not exposed as public API. Is it possible to expose them...

enhancement

I have tried to run a very simple SYCL code that uses EIgen, but fails to compile with cuda backend. Code is the following: ```#include #include int main() { Eigen::Vector4d...

I am starting to test conan and I am using the CMakeToolchain generator. However, instead of calling `conan install .`, I am calling it through the CMake `conan.cmake` package. So...

question

Does glTF support mesh sequence animations? I have a bunch of N obj files defining an sequence animation that I want to convert to a binary file. In glTF I...

I am testing the NLA to group animation tracks, but its not working as expected. I have done three cases: Two actions in the same NLA track ![image](https://user-images.githubusercontent.com/2644001/109155661-1f4b4080-7770-11eb-82d2-6811abe8bcf8.png) In this...

duplicate
enhancement
exporter
Animation

I am not sure if this is really a bug, but in the ortographic camera exporter, there is something like this ``` orthographic.xmag = blender_camera.ortho_scale orthographic.ymag = blender_camera.ortho_scale ``` both...

duplicate
exporter

This is a port of the a Newton based Euler implicit solver I had in another project. In that project the solver return a ConvergenceStatus, which in the end allowed...

pr: status wip
pr: experimental
pr: new feature
pr: highlighted in next release
STC#17

If a project fetches spdlog from sources, spdlog::spdlog target will be defined, but a call to find_package(spdlog REQUIRED) will fail. If that same project also fetches spdlog_setup from sources, it...