Skip to content

Instantly share code, notes, and snippets.

View LeSaRXD's full-sized avatar
🏳️‍⚧️

Laysar LeSaRXD

🏳️‍⚧️
View GitHub Profile
import math
from os import path, getenv
import re
def mc_effective_sens(sens):
return math.pow(sens * 0.6 + 0.2, 3) * 8.0
def visible_VFOV(v_deg, display_height, fb_height):
k = display_height / fb_height