# glTF2 **Repository Path**: bitzhuwei/glTF2 ## Basic Information - **Project Name**: glTF2 - **Description**: parse *.glTF 2.0 in C# - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-03-25 - **Last Updated**: 2025-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bitzhuwei.GLTF2 Load *.glTF(version 2.0) file and display its content with CSharpGL. ``` if (use OpenGL in C#) { add ref to CSharpGL if (render with GPU) { if (on Windows) { add ref to CSharpGL.Windows } else { not implemented. } } if (render with SoftGLImpl) { add ref to CSharpGL.SoftGL add ref to SoftGLImpl // work as graphics card } } else { go away. } ```