2014-01-19から1日間の記事一覧

ofPlanePrimitiveメモ

前回の続きで3DPrimitivesExsampleについて まず、ofPlanePrimitiveの場合 //初期に幅、高さなどをセット plane.set(float width, float height, int columns, int rows); //draw()にて //3次元位置を決めたり plane.setPosition(float px, float py, float …