hu-xd
hu-xd
## Describe the feature currently mediamtx REST api don't handle OPTIONS requests, so CORS will fail, this means web-based apps can't call APIs from client-side JavaScript. I hope mediamtx can...
### Description TIN/TINZ stored in PostGIS/WKB can't be parsed by NetTopologySuite, reports error "Geometry type not recognized." TIN/TINZ is just a collection of triangles, could NetTopologySuite add support for them...
output json file name should not be the output file name which is the name of glb file.
when Fbx node has GeometricTransform, use an additional Gltf node to hold the mesh and the transform. fix #56
### Godot version Fbx2Gltf commit 6154391 ### System information Windows 11 ### Issue description Fbx GeometricTransformation support is problematic See [Code](https://github.com/godotengine/FBX2glTF/blob/61543913dd464aa36f136c90266bd9adade422d9/src/fbx/Fbx2Raw.cpp#L176), current logic is "Apply the geometric transform to the...
I have a valid glb file, become invalid after being processed with gltfpack, because 'inf' is invalid json number: "KHR_texture_transform": { "offset": [-2.60883001e+38, -39.7892303], "scale": [inf, inf] } gltfpack generates...
Please support single-file include mode without expose any 'extern' symbols to avoid conflicts in static-lib/wasm scenarios. currently most of cgltf_* functions are declared using 'extern' which will expose the functions...