|
|
2 年 前 | |
|---|---|---|
| .. | ||
| Animations | 3 年 前 | |
| Collections | 2 年 前 | |
| Diagnostics | 3 年 前 | |
| IO | 2 年 前 | |
| Memory | 3 年 前 | |
| Schema2 | 2 年 前 | |
| Transforms | 3 年 前 | |
| Validation | 3 年 前 | |
| README.md | 2 年 前 | |
| SharpGLTF.Core.csproj | 2 年 前 | |
# SharpGLTF Core
Contains classes to help decode and interpolate animation curves.
Code related to JSon serialization.
This namespace contains the collection of classes, structures and enumerations that represent the bulk of the low level API to access glTF2 documents.
It also contains the main entry point Object that represents a glTF2 model: ModelRoot
Contains classes and types that can help evaluating a model.
Model evaluation can be useful for these tasks:
glTF2 stores structured arrays as encoded byte buffers that are not easy to read directly.
To facilitate buffered array IO, the .Memory namespace provides a number of helper classes and structures that let accessing the data seamlessly.
A glTF model usually consist of a scene graph of nodes connected as a visual tree. The relationship between nodes is defined with transforms, usually with 4x4 matrices.
It also handles the way a mesh is brought from its local space to world space, including skinning and morphing.
[x] KHR_materials_pbrSpecularGlossiness
[x] EXT_texture_webp
[x] MSFT_texture_dds
[ ] KHR_xmp_json_ld
[ ] MSFT_lod
[ ] KHR_draco_mesh_compression
[ ] AGI_stk_metadata