エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
ProcessingでもCinderのgeom::Sphere()や, oFのofSpherePrimitiveのgetMesh()的なのができた. これで... ProcessingでもCinderのgeom::Sphere()や, oFのofSpherePrimitiveのgetMesh()的なのができた. これでプリミティブのPShapeを生成できるみたい. 参考URL https://processing.org/tutorials/pshape/ http://processing.github.io/processing-javadocs/core/processing/core/PShape.html PImage img; PShape sphere; PShape box; void setup() { size(600, 600, P3D); img = loadImage("world32k.jpg"); sphere = createShape(SPHERE, 100); sphere.setTexture(img); sph