Defold 【Defold】UVで回転させるModel用「UVRotate」シェーダー 頂点シェーダで回転さあるシンプルなもの。シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal... 2020.11.17 DefoldDEVELOP
Defold 【Defold】魚眼レンズ風Model用「FishEye」シェーダー シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; uniform mediump ma... 2020.11.16 DefoldDEVELOP
Defold Defold 1.2.175 がリリースされました Defold のバージョン 1.2.175 がリリースされました。リリースノート主な更新内容iOS, Android ビルドの修正LiveUpdate のzip ファイル対応が追加お知らせ 2020.11.13 DefoldDEVELOP
Defold 【Defold】渦を巻くModel用「Twist」シェーダー シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; uniform mediump ma... 2020.11.10 DefoldDEVELOP
Defold 【Defold】波の様にウネウネとModel用「Wave」シェーダー シェーダーコードattribute highp vec4 position;attribute mediump vec2 texcoord0;attribute mediump vec3 normal; uniform mediump ma... 2020.11.09 DefoldDEVELOP