Skip to content

manyfold3d/mittsu-gltf

Repository files navigation

Mittsu: GLTF

GLTF support for Mittsu.

Installation

Just install:

bundle add mittsu-gltf

Then require in your code:

require 'mittsu/gltf'

Usage

Currently this gem just includes an exporter. Loading GLTF files might happen at some point.

exporter = Mittsu::GLTFExporter.new
exporter.export(object, "output.gltf")

About

This code was originally written for Manyfold, supported by funding from NLNet and NGI Zero.