This file contains 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
import collections | |
import math | |
import os | |
import pickle | |
import random | |
import re | |
import time | |
import urllib.request | |
import matplotlib.pyplot as plt |
This file contains 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
using Unity.Mathematics; | |
using Unity.Rendering; | |
using UnityEngine; | |
namespace Realms | |
{ | |
/// <summary> | |
/// Based on Unity.Rendering.FrustumPlanes since those aren't public for some reason. | |
/// </summary> | |
public struct FrustumPlanes |