Skip to content

Instantly share code, notes, and snippets.

View takamura-keigo20-fixer's full-sized avatar
🖥️
GPUほしい

Keigo Takamura takamura-keigo20-fixer

🖥️
GPUほしい
View GitHub Profile
@voluntas
voluntas / saikyo.rst
Last active September 13, 2023 02:33
ぼくのかんがえたさいきょうの超低遅延大規模配信

ぼくのかんがえたさいきょうの超低遅延大規模配信

更新:2018-08-20
作者:@voluntas
バージョン:18.8.3
URL:https://voluntas.github.io/
@ssshake
ssshake / isWrit
Last active June 21, 2024 10:28
Photon PUN Cheat Sheet
## Photon Methods
**public class Blank : Photon.PunBehaviour**
instead of mono behavior, use this to receive photon callbacks in your script.
**public override void OnLeftRoom()**
An example of overriding a punbehavior callback
@onotchi
onotchi / ChromaKey.shader
Created May 11, 2017 13:06
クロマキーシェーダー(RGBベースとHSVベース)
Shader "Onoty3D/ChromaKey" {
Properties{
_KeyColor("Key Color", Color) = (0,1,0)
_Near("Near", Range(0, 2)) = 0.2
_MainTex("Base (RGB) Trans (A)", 2D) = "white" {}
}
SubShader{
Tags{ "Queue" = "Transparent" "IgnoreProjector" = "True" "RenderType" = "Transparent" }
LOD 200