Skip to content

Instantly share code, notes, and snippets.

@Keshigom
Keshigom / index.html
Created June 30, 2020 11:54
AR.jsのNFTでVRMモデルを表示する
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<!-- three.js library -->
<script src='lib/three.min.js'></script>
<!-- three.js load GLTF -->
<script src='lib/GLTFLoader.js'></script>
<!-- ar.js -->
<script src='lib/ar-nft.js'></script>
<!-- three-vrm -->
/*
* This code (VRMPoseImporter.cs) is licensed under CC0.
* http://creativecommons.org/publicdomain/zero/1.0/deed.ja
*/
using UnityEngine;
using System;
using System.IO;
using System.Reflection;