Skip to content

Instantly share code, notes, and snippets.

View mhenry07's full-sized avatar

Mike Henry mhenry07

View GitHub Profile
@mhenry07
mhenry07 / gltf-v2-values.md
Last active October 22, 2021 00:33
glTF v2.0 Values Quick Reference

glTF v2.0 Values Quick Reference

Quick reference of glTF constants, enums, and allowed values based on the glTF v2.0 spec.

@mhenry07
mhenry07 / vrml.g4
Last active May 28, 2018 02:37
ANTLR v4 grammar for VRML files (.wrl)
/*
* ANTLR v4 grammar file for VRML files (VRML97 / VRML 2.0) (.wrl)
* VRML is the Virtual Reality Modeling Language which was used in the late 1990s and early 2000s
*
* This grammar can be used with ANTLR to help write a VRML parser.
*
* VRML grammar reference: http://www.web3d.org/documents/specifications/14772/V2.0/part1/grammar.html
*
* Copyright 2018 Mike Henry <https://github.com/mhenry07>
*
@mhenry07
mhenry07 / README.md
Last active January 22, 2018 21:17
Configuration to access DokuWiki at alternate root path (using Docker, Nginx, Traefik)