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

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

float r,d,s,W=360;
noStroke();
size(720,720);
for(r=W;r>=0;r-=20){
d=0;
s=random(TAU);
while(d<=TAU){
fill(r/4,d*30,d*8+99);
beginShape(11);
vertex(W,W);
vertex(cos(s+d)*r+W,sin(s+d)*r+W);
vertex(cos(s+(d+=random(PI/2)))*r+W,sin(s+d)*r+W);
}
}

16 84

Turns out, that the helmet and part of the head had no vertex data, so I went and fixed it

0 1

avi for
please like&RT!!
VERTEXのアイコン作らせてもらいました。

2 3

【拡散希望】

🎉🎉新体制 情報解禁!!🎉🎉
🎉🎉新体制 情報解禁!!🎉🎉

その① Vo.Sakuya、Ba.SHiNの新メンバー加入を迎え入れ、活動スタート!
その② 新体制 初シングル「NEO FUTURE」リリース決定!!
詳細は後日発表。

詳しくは公式HPより
https://t.co/hJ2SaNn7e7


85 221

NEGAMEは『VERTeX』のスコアを晒してください。
https://t.co/lot2HTBp3E

0 11

7/21 VERTEX TUOR6発行のクリクロ本をBOOTHに登録しました。
倉庫から発送なのでちょいとお時間かかりますがご予約頂けます。
今後のイベント参加が難しいのでこちらでよろしければ是非ー


Crystal Love | ladash-24ko https://t.co/EugrlgzxTr

4 0


Update on bunny rig! Added a few offset controls, added proper NPanel FK/IK switches with IK stretch for each limbs. Made the fur and skin easy to edit with no texture, only vertex colors! Super fun to pose and animate! Releasing soon!😉🤓

4 69

Yep! A simple ribbon mesh, with a shader that implements a simple texture effect and vertex displacements. :)

0 1

大変うれしいことに告知イラストを描かせていただきました!愛をこめました🎉(せっかくなので文字なしも)

「VERTEX TOUR 7」バンドやろうぜ! オンリーイベント
2020年2月16日(日) 東京ビッグサイト / 主催:赤ブーブー通信社
https://t.co/oT4ZJ4frKt
※掲載許可済み

109 213

【2020年02月16日(東京)|VERTEX TOUR 7(バンドやろうぜ! オンリー)】イラスト:飴屋あめ(りんごあめ降らし)様|告知サイト:https://t.co/1YJmcsEUA7

198 250

『Vhanshurlla,the vertex of Nocturne』
ヴァンサーラは、夜想の頂点を表す言葉。
このピネラの叡智と慈愛そのものであり、永劫の樹の親愛なる伴侶。
精神や、その波形(波長)、それらを媒介する大気の組成に対する知識を得る。
現在は、ラザロがその座にある。


 

0 2

seccond experimental looking model, that was dificult, too much detail , but i think she came out pretty~ my face part was making the boobs look round with like 10 vertex~

41 174

POPPI UPDATE!

-Materials updated
-Emission map added (shocking, yes)
-Eyes animated
-Transparency fixed
-Small vertex fixes + rigging fixes
-Face rendering fixed

12 53