Shahzod Boyhonov 🔶️(@specoolar) 's Twitter Profile Photo

I made a small node setup that is similar to 9-slice sprites but for 3D meshes. It prevents the 'corners' of the object from distorting when scaled.
Also, you can assign vertex groups to prevent some parts of the object from scaling.
Get here for free:
github.com/specoolar/Blen…

account_circle
Vertex 🏔(@vertex_protocol) 's Twitter Profile Photo

1/ Buyback & Stake Program

Moving forward, a portion of retained protocol revenue (e.g., trading fees) by Vertex will be deployed via the Protocol Treasury in an ongoing Buyback & Stake program for the VRTX token (VRTX).

docs.vertexprotocol.com/community-and-…

🧵 ⤵️

1/ Buyback & Stake Program

Moving forward, a portion of retained protocol revenue (e.g., trading fees) by Vertex will be deployed via the Protocol Treasury in an ongoing Buyback & Stake program for the VRTX token (VRTX).

docs.vertexprotocol.com/community-and-…

🧵 ⤵️
account_circle
O・LIVE(@OLIVE07790841) 's Twitter Profile Photo

だっっっっしゃおらぁぁぁぁあい!!!
VERTeX 鳥プラ!!!!!
maimai14+の鳥プラ10曲目!!!!!✨️
1つずつ押す意識と腕の動きが噛み合ってくれた!二度と出ん!お疲れ様でした!!

だっっっっしゃおらぁぁぁぁあい!!!
VERTeX 鳥プラ!!!!!
maimai14+の鳥プラ10曲目!!!!!✨️
1つずつ押す意識と腕の動きが噛み合ってくれた!二度と出ん!お疲れ様でした!!
account_circle
坪倉輝明@メディアアーティスト(@kohack_v) 's Twitter Profile Photo

VERTEXでゲーム中にインスタンスから落ちた場合でも途中復帰ができる機能が実装できた。
その他Unity2022対応、VSモード(9対9)などを追加。
たぶん動くと思うからリリースしようぜの心。不具合あったら教えて。

account_circle
シェイン・グウ(@shanegJP) 's Twitter Profile Photo

もし日本の方でGoogle IOに行く方がいれば是非Kazuさんのブースへ。Vertex AI Agent BuilderはGemini 1.5 Proや他のモデルを「Google Search入り、Big Query入り、カスタムボット」などで企業向けやアプリ開発者向けに提供してます。性能検証は aistudio.google.com で。Google+BigQuery+Gemini…

account_circle
ひさだん(@hisadan) 's Twitter Profile Photo

//
int i;float x,y,t=-1;
void setup(){size(940,400);}
void draw(){
background(0);noStroke();textSize(100);
beginShape();
for(i=0;i<10;i++){
fill(-1);
text('Processing'.charAt(i),x=i*90+40,y=99*sin(i+t*i)+200);
fill(-1,99);
vertex(x,y);}
endShape();
t+=PI/300;
}

account_circle