Joseph Kaile

Results 9 comments of Joseph Kaile

Yes, sorry for the late reply: https://www.geospatial.jp/ckan/dataset/plateau-tokyo23ku-3dtiles-2020

I can't tell if it actually solved the problem. The widget is still spawned even if no credits are on the screen.

According to this link (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90415), G++ version 9 is unable to compile std::any in a tuple but is able to compile std::experimental::any.

Using the code in the stack overflow link, ```is_nothrow_move_constructible::value```, the Tessil ordered map is not nothrow move constructible. However, the hash map (https://github.com/greg7mdp/parallel-hashmap) is no throw move constructible. In the...

Hello, In my code, I am creating a unique texture accessor for the transformed texture coordinates, but I am reusing the TextureInfo and the texture coordinate set. Could this be...

@mwilsnd, I looked into the NativeRenderingPlugin and it looks like, when it comes to textures, it only shows how to modify the pixel buffer on the render thread for each...

Hello, I'm not sure if this will work but I think its worth a shot. I would try finding references to https://github.com/CesiumGS/cesium-native/blob/main/Cesium3DTilesSelection/include/Cesium3DTilesSelection/TileLoadResult.h#L128. For instance, in https://github.com/CesiumGS/cesium-native/blob/main/Cesium3DTilesSelection/src/TilesetJsonLoader.cpp#L805. Maybe changing TileLoadResult::createFailedResult to...

> Opening this up for review (non-draft). > > > > All previous comments should have been addressed and any known major functionality is done. > > > > I...

> Hi @joseph-kaile, good to hear from you, hope you're doing well! Thanks for the note about the edge case. Are you referring to `IntersectionTests::rayOBBParametric` specifically? I’m doing well, thanks....