Skip to content

Instantly share code, notes, and snippets.

View elvis75k's full-sized avatar

elvis elvis75k

  • aztec inc
  • napoli
View GitHub Profile
@elvis75k
elvis75k / PictureTest.cs
Last active November 7, 2021 21:53
Keijiro's AprilTag for scene tracking
using UnityEngine;
using System.Linq;
using UI = UnityEngine.UI;
using AprilTag;
sealed class PicTest : MonoBehaviour
{
[SerializeField] Vector2Int _resolution = new Vector2Int(1280, 720);
[SerializeField] int _decimation = 4;
[SerializeField] float _tagSize = 0.05f;