Defold 【Defold】modelコンポーネント用「Pixelate」シェーダー シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; uniform mediump ma... 2020.10.19 DefoldDEVELOP
Defold 【Defold】modelコンポーネント用色指定できる「Grayscale」シェーダー 灰色っぽくなるやつです。シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; unifor... 2020.10.18 DefoldDEVELOP
Defold 【Defold】modelコンポーネント用ネガポジ「Negative」シェーダー シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; uniform mediump ma... 2020.10.17 DefoldDEVELOP
Defold 【Defold】modelコンポーネント用「Hit Effect」シェーダー パッと点滅するやつです。シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; unifor... 2020.10.16 DefoldDEVELOP
Defold 【Defold】modelコンポーネント用「ramp color」シェーダー シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; uniform mediump ma... 2020.10.15 DefoldDEVELOP