【Defold】modelコンポーネント用「Hologram」シェーダー
シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; attrib ...
【Defold】modelコンポーネント用「Inner Outline」シェーダー
内側を縁取りする。 シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoor ...
【Android】サポートライブラリ・パッケージ一覧資料
FireBase の使用可能なライブラリ サポートライブラリパッケージ
【Defold】ビルドログを確認する
ビルドエラーの詳細が知りたいときはビルドログを確認しましょう。 確認方法 Defold Editor メニューのHelp から Show Logs を選択します ...
【Defold】modelコンポーネント用「Ghost」シェーダー
シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; attrib ...
【Defold】modelコンポーネント用「Motion Blur」シェーダー
動きに対応したぼかし。 シェーダーコード attribute highp vec4 position; attribute mediump vec2 texco ...
【Defold】modelコンポーネント用「Blur」シェーダー
ぼかし。 シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; a ...
【Defold】modelコンポーネント用「Pixelate」シェーダー
シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; attrib ...
【Defold】modelコンポーネント用色指定できる「Grayscale」シェーダー
灰色っぽくなるやつです。 シェーダーコード attribute highp vec4 position; attribute mediump vec2 texc ...
【Defold】modelコンポーネント用ネガポジ「Negative」シェーダー
シェーダーコード attribute highp vec4 position; attribute mediump vec2 texcoord0; attrib ...