week 50 of theme WESTERN
A experiment with . I really enjoy the workflow, The exported mesh is also in a useable state.
Some tools still missing, but the speed of adding random vertex positions in space is really great

4 25

Second part of Transformation Matrices for Tech Artists, Non Affine Transformations. Summary:
-Around an arbitrary origin/ axis
-non affine as a function of time/ space
-Vertex Attributes For blending

Code: https://t.co/8PM8ikSbSQ
Article: https://t.co/nPW6GW464g

14 70

Vertex tease la colorisation de la figurine 【Figure series ELF VILLAGE】 de 「Priscilla」 issue d'une illustration de Asanagi ().

※Plus d’informations prochainement.

9 32

it's december 16th so it's time for all y'all to join me in wishing my darling dearest elena a very happy birthday!! i decided to pixel one character from her original work; vertex. this is kaz! go ask her about vertex!

1 6

It's impressive how proper use of vertex colors can have an impact on the atmosphere and overall appeal of the environment in games, and simulate light also. Examples with Sirena Beach from Mario Sunshine and Zora Domain from Ocarina of Time 3D: left with vertex colors, right w/o

199 874

well.. I'd like to alpha over Eyelash mesh to only bangs mesh. So I need vertex color's [MASK]. Are there any way to alpha over?

1 15

【クラスチェンジ】魔法少女まどか☆マギカコラボユニットの「暁美ほむら(ドレスver.)」、「美樹さやか ドレス(ver.)」、「佐倉杏子(ドレスver.)」のクラスチェンジとVertex1ジョブを開放しました。詳細はゲーム内お知らせをご覧ください。

25 88

Vertex shading is not some foreign magic. There's no reason for using this out-dated pre-baking at this point.

And for heavens sake give us some more cosmetic items. Things like these glasses have been sat in the files for a decade, fully rigged for every race.

21 177

【画像を追加しました!】アオシマより、
1/24 VERTEX S15 シルビア `99
1/24 ニッサン PGC10 スカイライン2000GT-R `70
1/24 ニッサン GC10 スカイライン2000GT `71
1/24 ニッサン KHGC210 スカイライン HT 2000GT-ES `77
ご予約受付中です!→ https://t.co/ki4pX5fvzU

5 22

Play around with vertex displacement.

0 7

【サークル参加します!!】02月16日(東京)TOKYO FES Feb.2020内 VERTEX TOUR 7| https://t.co/5nr6WuX10G

9 12

2020/02/16(東京)VERTEX TOUR 7(母体イベントTOKYO FES Feb.2020)に参加します。

カット使いまわしだけどさきゅばさの本前に出せなかったから、これで合ってる。皆さんも満了にならないうちにお早目に!

3 8

【ブレフロ復刻コラボ:クラスチェンジ】ルキナ、ミセル、ルナリスのクラスチェンジが開放。Vertex1ジョブへのクラスチェンジが可能となり、★6ユニットをさらに強化することができます。詳細はゲーム内お知らせをご覧ください。#ファンキル#ブレフロ

20 54

【サークル参加します!!】02月16日(東京)TOKYO FES Feb.2020内 VERTEX TOUR 7| https://t.co/sEMmt3pHeh
申し込みしましま 久しぶり
相変わらず一吉です

1 0


old vertex doodles, mostly jinhwan

2 6

float i,s,t,x,y,n=300;size(600,600,P2D);colorMode(HSB,9);background(9);noFill();
beginShape();
for(i=0;i<n/2;i++){
strokeWeight(20*random(-1,1));stroke(random(9),8,8);
s=random(n*.9);t=random(PI*2);x=s*cos(t);y=s*sin(t);
curveVertex(x+n,y+n);}
endShape(CLOSE);

9 29

float i,s,t,x,y,n=300;
size(600,600,P2D);
colorMode(HSB,9);
background(9);
noStroke();
beginShape();
for(i=0;i<n/2;i++){
fill(random(9),9,9);
s=random(n*.9);
t=random(PI*2);
x=s*cos(t);
y=s*sin(t);
curveVertex(x+n,y+n);
}
endShape(CLOSE);

5 22

update:
the vertex color is normal apparently?

0 1

While this is going out there, I figure I should make one addendum. They fade the mesh out at the edges with vertex colors and squeeze the texture coordinates a bit so that the cutoff is less sharp. So the curly mesh actually looks more like this:

10 79