jzitelli / gltfview.py

utilities for rendering and viewing 3D scenes / models stored in the GL Transmission Format (glTF) file-format

Home Page:https://jzitelli.github.io/gltfview.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gltfview.py

This repository contains a collection of Python utilities and scripts for rendering and viewing 3D assets stored in the GL Transmission Format (glTF) file-format.

  • gltfview: the "main" package, a command-line utility which loads and interactively renders a glTF file

  • gltfutils: provides a set of routines for setting up and rendering the various OpenGL resources defined according to the glTF schema

  • pbrmr: for GLTF 2.0 format, provides a reference implementation of the Physically-Based Rendering Metallic-Roughness (PBRMR) material model

  • glfwutils:

  • gl_rendering:

  • openvr_renderer:

About

utilities for rendering and viewing 3D scenes / models stored in the GL Transmission Format (glTF) file-format

https://jzitelli.github.io/gltfview.py

License:MIT License


Languages

Language:Python 84.5%Language:GLSL 11.1%Language:Shell 4.4%