Michael MIGLIORE
Michael MIGLIORE
Indeed, if you pass the option directly to the CMake command, it works because CMake is expanding the relative path to an absolute path before the configuration. If you just...
I also notice that if you add `:PATH` to the variable, it is also duplicating the prefix: ```sh cmake .. -DCMAKE_INSTALL_PREFIX:PATH=./install_root && make -j install ```
Modifying the value in ccmake or cmake-gui does not append the prefix, it is supposed to replace the value. Look at my first log in the initial post. I have...
I'm integrating draco in [F3D](https://f3d.app) to support drc files, and later gltf draco extension. I noticed the install issue locally by using ccmake. I ignored it and tried integrating draco...
> but that the CMake Unix Makefiles generator is doing something very strange I forgot to mention, but I reproduce with Ninja Thanks for the detailed analysis
Looks like the mesh is duplicated for every frame, but I don't see any temporal information in the GLTF file...
Hmmm, we could have an external interactor too so the user can just forward the mouse/keyboard events, what do you think? Something like `interactor.triggerMouseEvent(type, posX, posY, buttonHeld)`. I don't know...
Copy from Discord discussion https://discord.com/channels/1046005690809978911/1248564285328851015 --- So, I've been thinking of our current interactor logic and how it's pretty much unusable when using an "external" window. When using the external...
I think that's because the model is very large and the frustum culling isn't working when there is an animation (it is based on the T-pose bounding box). It's a...
Just tried, cannot see any difference with or without the cheatsheet.