Defold 【Defold】modelコンポーネント用「Motion Blur」シェーダー 動きに対応したぼかし。シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; uniform... 2020.10.21 DefoldDEVELOP
Defold 【Defold】modelコンポーネント用「Blur」シェーダー ぼかし。シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; uniform medium... 2020.10.20 DefoldDEVELOP
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