glTF-CSharp-Loader icon indicating copy to clipboard operation
glTF-CSharp-Loader copied to clipboard

C# Reference Loader for glTF

Results 13 glTF-CSharp-Loader issues
Sort by recently updated
recently updated
newest added

What is the proper way of reading the MSFT_lod extension with this loader? [See the readme here](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/MSFT_lod) Strangely, I am able to load the "MSFT_lod" extension part, but I cannot...

using glTFLoader.Schema; 引用错误,找不到引用, Gltf找不到

Is there a plan for including the Khronos Extensions schemas (e.g. KHR_materials_pbrSpecularGlossiness.schema.json) or should these be handled like custom extensions?

help wanted

Is it planned to move from Newtonsoft.Json to System.Text.Json for >= netstandard2.0 ?

help wanted

When calling Interface Interface.LoadModel(streamobject); on my Xamarin Android 8 project, I get an the System.NotSupportedException (using the .NET Standard library). Is this because I only use the gltfloader.dll? The gltfloader_shared.dll...

help wanted

Some models exported from Google Poly have ´Accessor.Count´ and ´BufferView.ByteStride´ values set to 0 (zero). Even tho, majority of GLTF 2 viewers are able to load these files, while C#...

Right now, the project is set to version 1.0.0, even if that particular version has already been released. I would like to propose this procedure for releasing final and pre-release...

Not sure if there's any interest in taking this change, but hey, its here for anyone who needs it :) Notes: - The library is now compatible with trimming &...

My C# application uses `glTFLoader` for loading gltf models. I'd like to be able to publish the code with the "Trim unused code" compiler option as it drastically reduces binary...

enhancement
help wanted

The GLB file support is incomplete. The loader is able to parse the JSON structure, however, the resulting buffer is null. So you have a file structure, but you don't...