まずはProcessing IDEを使って、以下のプログラム(basic_coordinate_sample1)を書きましょう。 // basic_coordinate_sample1 LineMan line_man1; void setup() { size( 300, 200 ); smooth(); line_man1 = new LineMan(); } void draw() { background( 0 ); line_man1.run(); } class LineMan { PVector pos_man; int dir_x; float ang_man; float ang_rarm, ang_larm; float ang_rleg, ang_lleg; LineMan() { pos_man = new PVector( 100, 100 ); dir_x =
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く