Mel Massadian

Results 465 comments of Mel Massadian

> set the flag GLM_FORCE_CTOR_INIT. > Thanks !! that was it. In CMake: ```cmake set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DGLM_FORCE_CTOR_INIT") ``` ![image](https://user-images.githubusercontent.com/7041726/113385069-a4390380-9387-11eb-85bb-cd1af95dda1d.png)

@Xin-888 I'm trying to implement your modifications, can you explain the code required to generate the meshdiff in your version? Here is what I've tried but it returns black exrs:...

Yay !! Dumb me, they are 32bits. but aren't they a bit too crunched? ![image](https://user-images.githubusercontent.com/7041726/113400068-87a9c500-93a1-11eb-90a4-59a96e9141f4.png) I have to double check, but it's skipping tiles: ![image](https://user-images.githubusercontent.com/7041726/113400188-b58f0980-93a1-11eb-8f9e-f2f99d740a33.png)

Thanks I did not know about this optimization very useful!

I came to ask instructions on implementing custom "parsers", I did not look closely in an IDE, but by glancing on GH I'm not sure how the loaders resolve to...

Nice I got a very basic version working (no object transforms, no materials) using the fbxcel crate. I just found Amient's implementation: https://github.com/AmbientRun/Ambient/tree/main/crates/model_import/src/fbx It looks quite feature complete and I...

It seems like the one comitted last week is still broken. Edit: these one from the space work fine [bear.mp4](https://huggingface.co/spaces/facebook/cotracker/resolve/main/videos/bear.mp4), [paraglading-launch.mp4](https://huggingface.co/spaces/facebook/cotracker/resolve/main/videos/paragliding-launch.mp4) & [paragliding.mp4](https://huggingface.co/spaces/facebook/cotracker/resolve/main/videos/paragliding.mp4)

Yes, as I explained calling the uri manually works

This was probably user error or conflicting extensions since now it works fine and I use it daily

@valentinpalkovic Awesome! I'm not sure how to properly test it though? Using `bun add storybookjs/storybook#pull/29267/head` works fine. But `bunx storybookjs/storybook#pull/29267/head init` or `bunx git+https://github.com/stephenjason89/storybook.git#feat/bun-compatibility init --package-manager=bun` still spits: `error: could...