Xuanxuan
Xuanxuan
I integrated Draco into our game engine to compress meshes, it works fine on most of meshes except one. I dumped the mesh data in binary and wrote a simple...
Firstly I thought, when I add attributes with `identity_mapping=true`, the i-th attribute is corresponding to i-th point, codes like: ```Cpp GeometryAttribute va; va.Init(GeometryAttribute::POSITION, nullptr, 3, DT_FLOAT32, false, sizeof(float) * 3,...
例如,在电脑上同时开多个网页访问,同时只能接收一个请求,即使加了`res.set_delay(true);`等异步处理也不可以 同时如果电脑和手机各开一个请求,则可以正常处理
### Have you read the Important information text above - [X] Yes i did ### Current behavior cannot see a `game/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` file, Or to be precise, there's nothing in the...
When I set secondary_columns, it can not produce the correct answer. Example is [here](https://github.com/xxzl0130/GFChipToolX/tree/0beeebc6490654f31b8a20dea07ed35337d277c7/GFChipDLX). The problem can be reproduced with input file [M2-6-2.json](https://github.com/xxzl0130/GFChipToolX/blob/0beeebc6490654f31b8a20dea07ed35337d277c7/GFChipDLX/M2-6-2.json), here `"optional": 2` means `secondary_columns=2`. Also you...