Skip to content

Instantly share code, notes, and snippets.

@masterchop
masterchop / Fisheye.shader
Created July 10, 2020 05:42 — forked from ogoshen/Fisheye.shader
RealSense T265 Fisheye Undistort Unity
Shader "Custom/Fisheye" {
Properties {
_MainTex ("MainTex", 2D) = "white" {}
// _UVMap ("UVMap", 2D) = "black" {}
_Gamma ("Gamma", float) = 0.45
}
SubShader {
Tags { "QUEUE"="Transparent" "IGNOREPROJECTOR"="true" "RenderType"="Transparent" "PreviewType"="Plane" }
Pass {
@ogoshen
ogoshen / Fisheye.shader
Last active March 24, 2023 00:40
RealSense T265 Fisheye Undistort Unity
Shader "Custom/Fisheye" {
Properties {
_MainTex ("MainTex", 2D) = "white" {}
// _UVMap ("UVMap", 2D) = "black" {}
_Gamma ("Gamma", float) = 0.45
}
SubShader {
Tags { "QUEUE"="Transparent" "IGNOREPROJECTOR"="true" "RenderType"="Transparent" "PreviewType"="Plane" }
Pass {
@cymruu
cymruu / fbUnseen.js
Created June 3, 2019 11:23
MyTramperMonkeyExtenstions
// ==UserScript==
// @name FBUnseen
// @description blocks seen and typing indicator on facebook!
// @author Filip
// @match https://www.facebook.com/*
// @match https://www.messenger.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';