Skip to content

Instantly share code, notes, and snippets.

@broqdev
broqdev / ToonTerrain.cginc
Created March 18, 2025 04:57 — forked from smbss1/ToonTerrain.cginc
Toon Terrain Tutorial
// Unity built-in shader source. Copyright (c) 2016 Unity Technologies. MIT license (see license.txt)
// Edits by Glynn Taylor. MIT license
// Includes code for splitmap by https://twitter.com/adamgryu and triplanar mapping by https://github.com/keijiro. MIT License
#ifndef TERRAIN_SPLATMAP_COMMON_CGINC_INCLUDED
#define TERRAIN_SPLATMAP_COMMON_CGINC_INCLUDED
struct Input
{
float3 localNormal : TEXCOORD0;
@broqdev
broqdev / cx_oracle_instructions.md
Last active April 9, 2016 00:04 — forked from thom-nic/cx_oracle_instructions.md
Installing CX Oracle for Python & Mac OS X. Instructions exist around the web, but they seem to be piecemeal and incomplete.

Installing cx_Oracle (x86_64) for Mac OSX (tested on El Capitan 10.11.4)

Assume you've got homebrew installed.

Assume python is installed through

brew install python --universial

Install instant client