Skip to content

Instantly share code, notes, and snippets.

View fauxnik's full-sized avatar

Niko Fox fauxnik

View GitHub Profile
@fauxnik
fauxnik / SmoothTracking.cs
Created August 15, 2020 03:32
SmoothDamp not working
using UnityEngine;
namespace SmoothCamera
{
class SmoothTracking : MonoBehaviour
{
public static void SetupSmoothedCamera()
{
Main.Log(">>> >>> >>> Setting up camera...");
@fauxnik
fauxnik / git.diff
Created August 15, 2020 10:06
stereo separation manual counteraction not working
diff --git a/Constraints.cs b/Constraints.cs
index 3c65282..1f751aa 100644
--- a/Constraints.cs
+++ b/Constraints.cs
@@ -13,11 +13,15 @@ namespace ProceduralSkyMod
{
public Camera main;
public Camera sky;
+ public Camera skyRight;
public Camera clear;
@fauxnik
fauxnik / RFC Template.md
Created September 29, 2023 18:14
RFC Template

RFC Template

Feature Name: [ a unique and descriptive title, written in the imperative mood, ex: Provide Raycasting Utilities ]

Start Date: [ today's date, YYYY-MM-DD ]

Authors: [ your name(s) ]

Related components/issues: [ omit if there are none ]