This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name r/place imageLoader | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Loads an overlay image on the canvas on r/place! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace StagPoint.Math | |
{ | |
using System; | |
using UnityEngine; | |
using Mono.Simd; | |
public class BoundingFrustum | |
{ | |
#region Public fields |