Kostiantyn Rudenko

Results 22 issues of Kostiantyn Rudenko

https://github.com/yooneskh/vite-neutralinojs-template/blob/20119cea4d8551665c77d5d6174ecd4516aa5235/vite.config.js#L9 I think this should be `/dist`, to match the url in build. Otherwise static assets in `/public` will have different urls in `npm run serve` and `npm run serve:neu`.

https://docs.unity3d.com/ScriptReference/RenderTexture.DiscardContents.html

performance

https://github.com/ConstantineRudenko/DQ-skinning-for-Unity/blob/d519c5e7bbbbaad38064cb6fdd3224c30a03d922/Code/DQ%20skinning/DualQuaternionSkinner.cs#L192

bug
minor

Through vertex colors or some other means

feature

https://github.com/ConstantineRudenko/DQ-skinning-for-Unity/blob/d519c5e7bbbbaad38064cb6fdd3224c30a03d922/Code/DQ%20skinning/DualQuaternionSkinner.cs#L223-L225 "blendshapes *ara* available" - misspelled use `$@` prefix (verbatim + string interpolation) to remove the need for operator+

minor

https://github.com/ConstantineRudenko/DQ-skinning-for-Unity/blob/d519c5e7bbbbaad38064cb6fdd3224c30a03d922/Code/DQ%20skinning/DualQuaternionSkinner.cs#L167 `viewFrustrumculling` => `viewFrustrumCulling`

minor

When installing gpu.js on arch linux got following error: ``` ../angle/src/libANGLE/HandleAllocator.cpp: In constructor 'gl::HandleAllocator::HandleAllocator()': │ ../angle/src/libANGLE/HandleAllocator.cpp:27:52: error: 'numeric_limits' is not a member of 'std' │ 27 | mUnallocatedList.push_back(HandleRange(1, std::numeric_limits::max())); ```...