Raildex
Raildex
> Did you try to add {curdir = "."} to your batchcmds:execv calls? Yes, with no difference. `batchcmds:execv(fxc, compileargs, {curdir= "."})` `batchcmds:execv(f2c, f2cargs, { curdir= ".", envs = {XMAKE_SKIP_HISTORY =...
How am I supposed to read the map.txt file in the first place? I also noticed the vertex positions to be shuffled to some degree. I am using uvatlastool.exe from...
I came back to Uvatlastool because other alternatives (namely xatlas) did not produce satisfying results either. I still have the issue with messed up UVs *after* uvatlas tool. In the...
Are there any news on this? I also noticed that the vertex positions are swapped (the x-shaped outputs are supposed to be quads with only two shared vertices)
This time, I have a very simple mesh (28 triangles) and used VBO as both output and input. [Room 0 3tjojlbf.qna.zip](https://github.com/microsoft/UVAtlas/files/15140893/Room.0.3tjojlbf.qna.zip) `_unwrapped.vbo` is the output of uvatlastool. The obj file...
> For private variables inside a class, _camelCase should be used. That's redundant. We already signify private variables in a class with `private:` and using them outside of said class...
I'd also use the following for Pointers and References: `Type* somePointer` `Type& someReference` instead of `Type * somePointer` `Type & someReference` or `Type *somePointer` `Type &someReference` The reason is simple:...
"more sluggish" is of no help.
compared to what? there is no profiling data, no comparison video or anything
This needs an overhaul of how Sun lights work. Currently, Sun Lights behave more like Point Lights with an infinite radius. Since it's like this in winroomedit. For Sun Lights...